Commit 83ba17ff by 任晓松

update

parent 19b7d30d
...@@ -1809,7 +1809,6 @@ class OrderInfoService extends ServiceBase { ...@@ -1809,7 +1809,6 @@ class OrderInfoService extends ServiceBase {
if(Object.keys(result).length==0){ if(Object.keys(result).length==0){
return system.getResultFail(-1,'find err'); return system.getResultFail(-1,'find err');
} }
console.log(result)
return system.getResult(result[0].ncl_content); return system.getResult(result[0].ncl_content);
} }
} }
......
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