删除没有用的字

This commit is contained in:
RenKaiGe-Office
2018-07-24 17:19:28 +08:00
parent b80188cae7
commit 8f4d2f0f77

View File

@@ -32,7 +32,7 @@ public class DataSourceAInterceptor implements HandlerInterceptor {
public void afterCompletion(HttpServletRequest request, HttpServletResponse response, Object handler, Exception ex)
throws Exception {
CustomerContextHolder.clearCustomerType();
logger.info("释放数据源日志操作库---");
logger.info("释放数据源操作库---");
}
}