Commit 10e0e017 by 宋毅

tj

parent 20690538
......@@ -192,7 +192,7 @@ class OrderInfoService extends ServiceBase {
if (!deliveryData.apply.customerType) {
return "申请人类型不能为空,20310";
}
if (deliveryData.apply.customerType != "ent" && deliveryData.apply.customerType == "person") {
if (deliveryData.apply.customerType != "ent" && deliveryData.apply.customerType != "person") {
return "申请人类型错误,20330";
}
var deliveryStatus = "dsccl";
......
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