Commit d6683cb0 by zhangkb

添加操作日志记录

parent 7a2e0dd5
...@@ -142,6 +142,7 @@ public class ParameterCtrl { ...@@ -142,6 +142,7 @@ public class ParameterCtrl {
public String statisticalData(@RequestParam String user,@RequestParam Integer catalogId, public String statisticalData(@RequestParam String user,@RequestParam Integer catalogId,
@RequestParam String code) throws Exception{ @RequestParam String code) throws Exception{
parameterService.statisticalParameterDataReport(user, catalogId, code); parameterService.statisticalParameterDataReport(user, catalogId, code);
LogManager.logInfo(Constants.LOG_INDICATOR_PARAMETER_API,"统计台账数据报表");
return "台账数据报表统计中......"; return "台账数据报表统计中......";
} }
} }
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