jiangping
2024-09-11 8e66b240b0f2bde4545a5ce737df7e69c93c0e79
server/visits/dmvisit_service/src/main/java/com/doumee/service/business/impl/InterfaceLogServiceImpl.java
@@ -166,6 +166,6 @@
             days = Integer.parseInt(systemDictDataBiz.queryByCode(Constants.SYSTEM,Constants.HK_LOG_DEL_DAYS_LIMIT).getCode());
         }catch (Exception e){}
          interfaceLogMapper.delete(new UpdateWrapper<InterfaceLog>().lambda()
                  .apply("to_days(create_dat e)+"+days+" < to_days(now())") );
                  .apply("to_days(create_date)+"+days+" < to_days(now())") );
    }
}