Commit b7fe47e3 authored by zhz's avatar zhz

membercenter

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