Commit d0eb9e2b by 庄冰

solution

parent c58e98cf
......@@ -284,7 +284,7 @@ class NeedsolutionService extends ServiceBase {
if(!ns || !ns.id){
return system.getResultFail(-103,"未知方案");
}
var solutionContent = ns.solutionContent?JSON.parse(ns.solutionContent):"";
var solutionContent = ns.solutionContent;
var status = "";
if(ab.operateType=="INVALID"){// INVALID:作废
status="yzf";
......
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