diff --git a/aucma-dms/src/main/java/com/aucma/dms/service/impl/DmsBaseInspectRouteServiceImpl.java b/aucma-dms/src/main/java/com/aucma/dms/service/impl/DmsBaseInspectRouteServiceImpl.java index 7a103bf..37c8c49 100644 --- a/aucma-dms/src/main/java/com/aucma/dms/service/impl/DmsBaseInspectRouteServiceImpl.java +++ b/aucma-dms/src/main/java/com/aucma/dms/service/impl/DmsBaseInspectRouteServiceImpl.java @@ -1,12 +1,6 @@ package com.aucma.dms.service.impl; -//import com.hw.common.core.exception.ServiceException; -//import com.hw.common.core.utils.DateUtils; -//import com.hw.common.security.utils.SecurityUtils; -//import com.aucma.dms.domain.DmsBaseInspectRoute; -//import com.aucma.dms.mapper.DmsBaseInspectRouteMapper; -//import com.aucma.dms.service.IDmsBaseInspectRouteService; -//import com.hw.system.api.model.LoginUser; + import com.aucma.common.core.domain.model.LoginUser; import com.aucma.common.exception.ServiceException; diff --git a/aucma-dms/src/main/resources/mapper/dms/DmsBaseInspectRouteMapper.xml b/aucma-dms/src/main/resources/mapper/dms/DmsBaseInspectRouteMapper.xml index c3b17c5..02916fd 100644 --- a/aucma-dms/src/main/resources/mapper/dms/DmsBaseInspectRouteMapper.xml +++ b/aucma-dms/src/main/resources/mapper/dms/DmsBaseInspectRouteMapper.xml @@ -10,7 +10,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" - + @@ -19,7 +19,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" - select inspect_route_id, route_code, route_name, inspect_type, cycle_period, device_type_id, is_flag, create_by, create_time, update_by, update_time from dms_base_inspect_route + select inspect_route_id, route_code, route_name, inspect_type, cycle_period, +-- device_type_id, + is_flag, create_by, create_time, update_by, update_time from dms_base_inspect_route