dever 7 年之前
父節點
當前提交
00cbd399ea
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      youzan/src/Card.php

+ 1 - 0
youzan/src/Card.php

@@ -22,6 +22,7 @@ class Card
 	public function total()
 	public function total()
 	{
 	{
 		$total = Dever::db('youzan/card_list')->total(array('option_state' => 1, 'option_status' => 1));
 		$total = Dever::db('youzan/card_list')->total(array('option_state' => 1, 'option_status' => 1));
+		print_r($total);die;
 		return Dever::lock($this->lock, $total);
 		return Dever::lock($this->lock, $total);
 	}
 	}