Commit ea49e1aa by 庄冰

icp

parent 825a53a5
...@@ -574,7 +574,7 @@ class NeedsolutionService extends ServiceBase { ...@@ -574,7 +574,7 @@ class NeedsolutionService extends ServiceBase {
for(var i=0;i<ns.length;i++){ for(var i=0;i<ns.length;i++){
var fa = ns[i]; var fa = ns[i];
if(fa.status!="yzf"){ if(fa.status!="yzf"){
// return system.getResultFail(-207,"需求方案已存在,不能重复提交"); return system.getResultFail(-207,"需求方案已存在,不能重复提交");
} }
} }
// ab.solutionContent.bizType=needinfo.channelTypeCode; // ab.solutionContent.bizType=needinfo.channelTypeCode;
......
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