Commit cae3b87f authored by 张永's avatar 张永

1

parent af960292
...@@ -138,7 +138,7 @@ public class IDCSystemLogAspect { ...@@ -138,7 +138,7 @@ public class IDCSystemLogAspect {
logMap.put("dCreateDate", new Date()); logMap.put("dCreateDate", new Date());
logMap.put("dLastUpdateTime", new Date()); logMap.put("dLastUpdateTime", new Date());
String daytime = DateUtil.format(new Date(), DateUtil.FMTDATE).replace("-",""); //当月日期 String daytime = DateUtil.format(new Date(), DateUtil.FMT_YYYY_MM).replace("-",""); //当月日期
jdbcTemplate.save("tIdcServicesLogs_"+daytime, logMap); jdbcTemplate.save("tIdcServicesLogs_"+daytime, logMap);
} catch (Exception e) { } catch (Exception e) {
logger.info("aop 保存日志异常:",e); logger.info("aop 保存日志异常:",e);
......
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