Commit 493d412e by 兰国旗

用户驳回

parent 0c33a763
......@@ -186,7 +186,7 @@ class RegCenterOrderService {
//如果没有方案直接关闭需求,更新需求状态
await this.needinfoDao.update(needData);//更新状态修改
}
} else {
else {
nsLength = ns.length
for (i = 0; i < nsLength; i++) {
updateObj = {
......@@ -217,6 +217,7 @@ class RegCenterOrderService {
await this.needinfoDao.update(needData);//更新状态修改
}
}
}
return system.getResultSuccess();
}
//添加业务员信息,用于直接下单的reg订单
......
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