Commit 76fc2273 authored by zhuwei's avatar zhuwei

取消限制

parent 2b1f3101
......@@ -38,7 +38,7 @@ class Evaluation extends Basic
$checkResult = $this->validate($params, "VerifyValidate.select");
if (true !== $checkResult) {
return $this->response("101", $checkResult);
//return $this->response("101", $checkResult);
}
$pageNo = empty($params['pageNo']) ? 1 : $params['pageNo'];
$pageSize = empty($params['pageSize']) ? 15 : $params['pageSize'];
......
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