Commit 2b276cd4 by 王栋源

wdy

parent 0622584f
...@@ -119,5 +119,5 @@ class NeedinfoService extends ServiceBase { ...@@ -119,5 +119,5 @@ class NeedinfoService extends ServiceBase {
} }
module.exports = NeedinfoService; module.exports = NeedinfoService;
var a=new NeedinfoService(); // var a=new NeedinfoService();
var b=a.getItemByNeedNo({actionBody:{needNo:"N202004132334EjurnEr"}}); // var b=a.getItemByNeedNo({actionBody:{needNo:"N202004132334EjurnEr"}});
\ No newline at end of file \ No newline at end of file
...@@ -486,7 +486,7 @@ class NeedsolutionService extends ServiceBase { ...@@ -486,7 +486,7 @@ class NeedsolutionService extends ServiceBase {
needsolutioninfo.solutionContent = JSON.stringify(solutionContent); needsolutioninfo.solutionContent = JSON.stringify(solutionContent);
} }
if(ab.status){ if(ab.status){
needsolutioninfo.status = ab.status; needsolutioninfo.status = "ywc";
} }
if(ab.orderNo){ if(ab.orderNo){
needsolutioninfo.orderNo = ab.orderNo; needsolutioninfo.orderNo = ab.orderNo;
......
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