Commit c1e81025 by 陈思聪

fix:日志打印

parent 82b9242c
...@@ -357,6 +357,13 @@ class UtilsNeedSve extends AppServiceBase { ...@@ -357,6 +357,13 @@ class UtilsNeedSve extends AppServiceBase {
}else{ }else{
pobj.province = pobj.area; pobj.province = pobj.area;
} }
logCtl.info({
optitle: (new Date()).Format("yyyy-MM-dd hh:mm:ss") + "直购订单参数处理:" + pobj.bizId,
op: "api/action/intentionapi/springBoard",
content: "处理结果:" + JSON.stringify(pobj),
clientIp: ""
});
} else { } else {
var sobj = { var sobj = {
"actionType": "getItemByChannelSolutionNo", "actionType": "getItemByChannelSolutionNo",
......
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