Commit 1cb5d395 authored by hujun's avatar hujun

pc

parent ffebe7eb
......@@ -410,10 +410,10 @@ class StoreFee extends Basic
$id = 0;
if ($check_url == 'index/addApplyFor') {
$checkResult = $validate->scene("addApplyFor")->check($params);
$checkResult = $validate->scene("pcAddApplyFor")->check($params);
} else {
$id = $params['id'];
$checkResult = $validate->scene("editApplyFor")->check($params);
$checkResult = $validate->scene("pcEditApplyFor")->check($params);
}
if (true !== $checkResult) {
......
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