Commit 145ef6a6 authored by hujun's avatar hujun

1

parent 41949d9f
...@@ -461,7 +461,7 @@ class StoreFee extends Basic ...@@ -461,7 +461,7 @@ class StoreFee extends Basic
$id = $status = 0; $id = $status = 0;
if ($check_url == 'index/addApplyFor') { if ($check_url == 'index/addApplyFor') {
$checkResult = $validate->scene("pcAddApplyFor")->check($params); $checkResult = $validate->scene("pcAddApplyFor")->check($params);
$status = 5; $status = 1;
} else { } else {
$id = $params['id']; $id = $params['id'];
$checkResult = $validate->scene("pcEditApplyFor")->check($params); $checkResult = $validate->scene("pcEditApplyFor")->check($params);
......
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