Commit 9f4246d7 authored by hujun's avatar hujun

退款审核

parent 617e5102
......@@ -3868,7 +3868,7 @@ class Finance extends Basic
return $this->response(101, '你已审核过');
}
}
if (count($check_agent_id) == 3) {
if (count($check_agent_id) >= 1) {
$status = 3; //已审核
}
$save_data['status'] = 1;
......
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