Commit fedf2120 authored by zhz's avatar zhz

membercenter

parent f1c0d65b
......@@ -62,6 +62,7 @@ class OrderModel extends \DAO\AbstractModel
$str .= "->where('$v')";
}
$str .= "->fetchNum();";
echo $str;
eval($str);
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