Commit b94dbf48 by 庄冰

policy2

parent 264d7f2e
...@@ -314,7 +314,7 @@ class PolicyneedService extends ServiceBase { ...@@ -314,7 +314,7 @@ class PolicyneedService extends ServiceBase {
} }
var logObj = { var logObj = {
op: "app/base/service/impl/dbpolicy/policyneedSve.js", op: "app/base/service/impl/dbpolicy/policyneedSve.js",
content: JSON.stringify(rtn), content: JSON.stringify(pobj),
resultInfo: JSON.stringify(rtn), resultInfo: JSON.stringify(rtn),
opTitle: "推送政策需求数据至蜂擎系统--成功", opTitle: "推送政策需求数据至蜂擎系统--成功",
}; };
...@@ -323,7 +323,7 @@ class PolicyneedService extends ServiceBase { ...@@ -323,7 +323,7 @@ class PolicyneedService extends ServiceBase {
} catch (e) { } catch (e) {
var logObj = { var logObj = {
op: "app/base/service/impl/dbpolicy/policyneedSve.js", op: "app/base/service/impl/dbpolicy/policyneedSve.js",
content: JSON.stringify(rtn), content: JSON.stringify(pobj),
resultInfo: JSON.stringify(e), resultInfo: JSON.stringify(e),
opTitle: "推送政策需求数据至蜂擎系统--异常", opTitle: "推送政策需求数据至蜂擎系统--异常",
}; };
......
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