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()
 	{
 		$total = Dever::db('youzan/card_list')->total(array('option_state' => 1, 'option_status' => 1));
+		print_r($total);die;
 		return Dever::lock($this->lock, $total);
 	}