Commit 0d9f0b22 by 王勇飞

gyq

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