Commit 6b7ef214 by 兰国旗

去除状态通知时候查询方案和需求信息

parent 366f0f01
......@@ -513,9 +513,9 @@ class BaseQcService {
// if (!needinfo || !needinfo.id) {
// return system.getResultFail(-201, "未知需求信息");
// }
if (needinfo.status == "ygb") {
return system.getResultFail(-202, "serviceProviderSubmitMateria" + needinfo.statusName + ",不能执行此操作");
}
// if (needinfo.status == "ygb") {
// return system.getResultFail(-202, "serviceProviderSubmitMateria" + needinfo.statusName + ",不能执行此操作");
// }
}
if (ab.ApplicationStatus == 507) {//完成账户注册
if (uappId == '18') {
......
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