Commit 0ee87f73 by 兰国旗

laolan

parent fceb7c78
...@@ -1044,7 +1044,7 @@ class RegCenterOrderService { ...@@ -1044,7 +1044,7 @@ class RegCenterOrderService {
return system.getResultFail(-101, "业务大类不能为空"); return system.getResultFail(-101, "业务大类不能为空");
} }
if (!ab.productType) { if (!ab.productType) {
return system.getResultFail(-101, "业务小类能为空"); return system.getResultFail(-101, "业务小类能为空");
} }
if (!ab.orderNo) { if (!ab.orderNo) {
return system.getResultFail(-101, "订单号不能为空"); return system.getResultFail(-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