Commit 29595f12 by 杨树贤

优化提示

parent aaa1111b
...@@ -386,7 +386,7 @@ class SupplierApiController extends Controller ...@@ -386,7 +386,7 @@ class SupplierApiController extends Controller
$this->response(-2, '公司未进行工商注册'); $this->response(-2, '公司未进行工商注册');
} }
if ($company && $company['regStatus'] == '注销') { if ($company && $company['regStatus'] == '注销') {
$this->response(-1, '该公司已经注销,不能进行录入'); $this->response(-2, '该公司已经注销,不能进行录入');
} }
} else { } else {
$this->response(-2, '供应商跳过天眼查校验'); $this->response(-2, '供应商跳过天眼查校验');
......
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 sign in to comment