dever %!s(int64=7) %!d(string=hai) anos
pai
achega
00cbd399ea
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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);
 	}