Commit 704469fb by 孙亚楠

d

parent ec63f6a8
......@@ -547,8 +547,8 @@ class OrderCtl extends CtlBase {
return system.getResult(null,`参数错误 saasId不能为空`)
}
//ps:由于业务系统和服务系统字段不同需要转换 如果没有工商注册则必须见到列表中
if(!pobj.service_items.includes("10020200")){
pobj.service_items.push("10020200");
if(!pobj.chooseItems.includes("10020200")){
pobj.chooseItems.push("10020200");
}
pobj.source_id = pobj.source_id || '1002';
pobj.notes = pobj.desc || "工商注册,刻章,银行卡户,税务报到,建账";
......
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