Commit b7c64480 by 任晓松

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

parents ebc0361d bb0f04f6
......@@ -717,7 +717,7 @@ class AliyunQcService {
});
solutionContent.status = "USER_UPLOADED";
solutionContent.statusName = this.icpSolutionStatusReference.USER_UPLOADED;
} else if (ab.status == "4") {//⽤户已确认
} else if (ab.status == "4") {//⽤户已确认,3为资料未确认(暂时不用做处理)
if (solutionContent.status != "MATERIAL_UNCONFIRM") {
return system.getResultFail(-113, "操作失败,服务商递交⽂件后才能执行此操作");
}
......
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