Commit f80b81a9 by 兰国旗

添加套餐和非套餐业务小类判断

parent efb5427c
......@@ -1043,9 +1043,11 @@ class RegCenterOrderService {
if (!ab.consultType) {
return system.getResultFail(-101, "业务大类不能为空");
}
if(ab.consultType == "QYJYTC1" || ab.consultType == "QYJYTC2"){
if (!ab.productType) {
return system.getResultFail(-101, "业务小类不能为空");
}
}
if (!ab.orderNo) {
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