Commit 0d9f0b22 by 王勇飞

gyq

parent 373ce68b
...@@ -59,7 +59,7 @@ class PatentycCtl extends CtlBase { ...@@ -59,7 +59,7 @@ class PatentycCtl extends CtlBase {
return System.getResult2(result); return System.getResult2(result);
} }
else{ else{
return System.getResult2("报告尚未生成"); return System.getErrResult2("报告尚未生成");
} }
} }
...@@ -1396,13 +1396,15 @@ module.exports = PatentycCtl; ...@@ -1396,13 +1396,15 @@ module.exports = PatentycCtl;
// var d = task.ezGetReport({},obj,{}) // var d = task.ezGetReport({},obj,{})
// console.log("dddddd---------" + JSON.stringify(d)); // console.log("dddddd---------" + JSON.stringify(d));
// (async ()=>{ (async ()=>{
// var task = new PatentycCtl(); var task = new PatentycCtl();
// var obj = { var obj = {
// "uid": "735f9cd0-c103-11ea-9ecd-1d1c3e85a974", //"uid": "735f9cd0-c103-11ea-9ecd-1d1c3e85a974", //old
// "type": "html" //"uid": "bb185dd0-c7d1-11ea-b098-d907460e6bad", //1000
// }; "uid":"b08b4f30-c7d6-11ea-b0d0-35e49817c337", //100
// var d = await task.ezGetReport({},obj,{}) "type": "html"
// console.log("dddddd---------" + JSON.stringify(d)); };
// })() var d = await task.ReadyReport({},obj,{})
console.log("dddddd---------" + JSON.stringify(d));
})()
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