dever 7 years ago
parent
commit
f7e17bd173
1 changed files with 2 additions and 0 deletions
  1. 2 0
      youzan/src/Card.php

+ 2 - 0
youzan/src/Card.php

@@ -26,6 +26,8 @@ class Card
 		if ($info) {
 			foreach ($info as $k => $v) {
 				$total = Dever::db('youzan/card_list')->total(array('option_state' => 1, 'option_status' => 1, 'option_card_id' => $v['id']));
+				print_r($total);
+				echo '<br />';
 				Dever::lock($this->lock . '_' . $v['id'], $total);
 			}
 		}