Commit c3d6743a by 王栋源

wdy

parent 5e5dee1a
......@@ -496,6 +496,7 @@ class ToolCtl {
//生成企业监控报告-h5 post
async createMonitoringReportH5p(pobj, obj, r) {
try{
var key = "create_repotCache"
if (!obj.companyname) {
return { code: -1, msg: "企业名称参数错误" };
......@@ -557,6 +558,15 @@ class ToolCtl {
}
return { code: 1 };
}
} catch(e){
logCtl.info({
optitle: "icompany---------log",
op: "tooCtl/createMonitoringReportH5p--error",
content: rtn,
clientIp: ""
});
}
}
//生成企业专利监控报告-h5
......
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