Commit 533032ad authored by clone's avatar clone

1

parent 29000ca7
......@@ -74,7 +74,7 @@ class StoreFee extends Basic
$bank = $params["bank"];
$card_no = $params["card_no"];
$count_time = $params["count_time"];
if (($type == 2 || $type == 3) && !$office_id){
if (($type == 1 || $type == 5) && !$office_id){
return $this->response("101", "办公室必传");
}
$img_arr = isset($params["img_arr"]) ? json_decode($params["img_arr"], true) : "";
......
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