Commit d3ebe660 by 孙亚楠

d

parent ec8f9868
......@@ -542,6 +542,9 @@ class OrderCtl extends CtlBase {
if (!pobj.customer_name) {
return system.getResult(null, `参数错误 客户名称不能为空`);
}
if(!pobj.saas_id){
return system.getResult(null,`参数错误 saasId不能为空`)
}
if(!pobj.chooseItems){
pobj.chooseItems = ["10020200","10020300","10020400","10020500","10020600","10020700"];
}
......
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