Commit 75c69ffb authored by zhz's avatar zhz

membercenter

parent b7fe47e3
......@@ -63,6 +63,7 @@ class OrderModel extends \DAO\AbstractModel
}
$str .= "->fetchNum();";
eval($str);
echo $str;
echo $this->db->getLastSql();
var_dump($this->db->getLastSql());
return intval($count);
......
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