Commit 62014aae by 宋毅

增加日志

parent bd1c7609
......@@ -39,7 +39,7 @@ class UtilsNeedService extends AppServiceBase {
sobj.actionType = "getProductTypeInfo";
var url = settings.centerAppUrl() + "action/opProduct/springBoard";
var rtn = await this.execClient.execPost(sobj, url);
this.execClientNew.execLogs("utilsNeedSve-submitNeed", pobj, "ali-submitNeed", rtn.stdout, null);
this.execClientNew.execLogs("utilsNeedSve-submitNeed", pobj, "ali-submitNeed-getProductTypeInfo", rtn.stdout, null);
if (!rtn || !rtn.stdout) {
return system.getResultFail(-5015, "需求类型查询失败");
}
......
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