Commit 1cb5d395 authored by hujun's avatar hujun

pc

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