dever 7 năm trước cách đây
mục cha
commit
00cbd399ea
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      youzan/src/Card.php

+ 1 - 0
youzan/src/Card.php

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