新增日志参数
This commit is contained in:
parent
8f381fcf3e
commit
8f682f4bea
@ -249,6 +249,7 @@ public class DeptController {
|
|||||||
logMap.put("log_type", "DEPT");
|
logMap.put("log_type", "DEPT");
|
||||||
logMap.put("syn_type", "0");
|
logMap.put("syn_type", "0");
|
||||||
logMap.put("data_name", deptName);
|
logMap.put("data_name", deptName);
|
||||||
|
logMap.put("data_id", deptId);
|
||||||
logMap.put("mark", createTime);
|
logMap.put("mark", createTime);
|
||||||
logMap.put("send_body", JSON.toJSONString(deptCreateReq));
|
logMap.put("send_body", JSON.toJSONString(deptCreateReq));
|
||||||
logMap.put("send_res", JSON.toJSONString(deptCreateRes));
|
logMap.put("send_res", JSON.toJSONString(deptCreateRes));
|
||||||
@ -463,6 +464,7 @@ public class DeptController {
|
|||||||
logMap.put("log_type", "DEPTUP");
|
logMap.put("log_type", "DEPTUP");
|
||||||
logMap.put("syn_type", "1");
|
logMap.put("syn_type", "1");
|
||||||
logMap.put("data_name", deptName);
|
logMap.put("data_name", deptName);
|
||||||
|
logMap.put("data_id", deptId);
|
||||||
logMap.put("mark", modifyTime);
|
logMap.put("mark", modifyTime);
|
||||||
logMap.put("send_body", JSON.toJSONString(deptUpReq));
|
logMap.put("send_body", JSON.toJSONString(deptUpReq));
|
||||||
logMap.put("send_res", JSON.toJSONString(deptUpRes));
|
logMap.put("send_res", JSON.toJSONString(deptUpRes));
|
||||||
@ -650,6 +652,7 @@ public class DeptController {
|
|||||||
logMap.put("log_type", "DEPTDEL");
|
logMap.put("log_type", "DEPTDEL");
|
||||||
logMap.put("syn_type", "2");
|
logMap.put("syn_type", "2");
|
||||||
logMap.put("data_name", deptName);
|
logMap.put("data_name", deptName);
|
||||||
|
logMap.put("data_id", deptId);
|
||||||
logMap.put("mark", modifyTime);
|
logMap.put("mark", modifyTime);
|
||||||
logMap.put("send_body", JSON.toJSONString(delReq));
|
logMap.put("send_body", JSON.toJSONString(delReq));
|
||||||
logMap.put("send_res", JSON.toJSONString(delRes));
|
logMap.put("send_res", JSON.toJSONString(delRes));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user