Commit 8b482ce8 authored by Quxl's avatar Quxl

x

parent 5c63c045
......@@ -46,7 +46,7 @@ public class LogInterceptor extends HandlerInterceptorAdapter {
map.put("sClientIP", remoteIp);
map.put("sParams", params);
map.put("dCreateTime", new Date());
jdbcTemplate.save("tShopLog", map);
jdbcTemplate.save("tLog", map);
} catch (Throwable e) {
e.printStackTrace();
}
......
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