Commit 70eda32a by 任晓松

Merge remote-tracking branch 'origin/center-order' into center-order

parents e04b93bf a7273480
......@@ -42,10 +42,10 @@ class BaseQcService {
this.icpApplicationStatusReference = {
507: "完成账户注册",
508: "服务商完成提交资料到⼯信部",
509: "⼯部已受理",
510: "⼯部不予受理",
511: "⼯部通过",
512: "⼯部未通过"
509: "⼯部已受理",
510: "⼯部不予受理",
511: "⼯部通过",
512: "⼯部未通过"
};
}
......@@ -617,7 +617,7 @@ class BaseQcService {
}
}
if (ab.ApplicationStatus == 507) {//完成账户注册
if (uappId != '50') {
if (uappId == '18') {
if (solutionContent.status != "USER_CONFIRMED") {
return system.getResultFail(-508, "交付流程错误,用户确认递交⽂件后才能执行此操作");
}
......
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