Commit eae217fa authored by clone's avatar clone

1

parent 64c5479c
...@@ -107,7 +107,7 @@ class StoreFee extends Basic ...@@ -107,7 +107,7 @@ class StoreFee extends Basic
}else if ($office_info && $office_info[0]["office_id"] == 0){ }else if ($office_info && $office_info[0]["office_id"] == 0){
return $this->response("101", "该门店没有绑定办公室"); return $this->response("101", "该门店没有绑定办公室");
}else{ }else{
return $this->response("101", "null"); return $this->response("101", "此门店不存在");
} }
} }
......
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