Commit 60ca0dce authored by hujun's avatar hujun

add

parent a53dbaaf
......@@ -380,7 +380,7 @@ class StoreFee extends Basic
$count_time = $params["count_time"];
$office_id = $params["office_id"];
$img_arr = isset($params["img_arr"]) ? json_decode($params["img_arr"], true) : "";
if (!$img_arr) {
if (!$img_arr && $check_url == 'index/addApplyFor') {
return $this->response("101", "请上传图片");
}
$service_ = new StoreFeeService();
......
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