Commit cf19595f authored by zhz's avatar zhz

membercenter

parent fedf2120
...@@ -62,8 +62,8 @@ class OrderModel extends \DAO\AbstractModel ...@@ -62,8 +62,8 @@ class OrderModel extends \DAO\AbstractModel
$str .= "->where('$v')"; $str .= "->where('$v')";
} }
$str .= "->fetchNum();"; $str .= "->fetchNum();";
echo $str;
eval($str); eval($str);
echo ($this->db->getLastSql());
return intval($count); return intval($count);
} }
$where['delete_state'] = 0; $where['delete_state'] = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment