From 3398c40082c2c073caa9ed1b918838338ad1dbae Mon Sep 17 00:00:00 2001 From: "zangch@mesnac.com" Date: Mon, 3 Nov 2025 08:50:25 +0800 Subject: [PATCH] =?UTF-8?q?change(dms):=20=E7=A7=BB=E9=99=A4=E8=AE=BE?= =?UTF-8?q?=E5=A4=87=E7=B1=BB=E5=9E=8BID=E5=AD=97=E6=AE=B5=E5=8F=8A?= =?UTF-8?q?=E7=9B=B8=E5=85=B3=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 注释掉DmsBaseInspectRouteMapper.xml中的device映射 -_type_id字段 移除SQL查询中对device_type_id字段的引用 - 注释掉与device_type_id相关的查询条件 - 清理DmsBaseInspectRouteServiceImpl.java中无用的导入语句 --- .../dms/service/impl/DmsBaseInspectRouteServiceImpl.java | 8 +------- .../resources/mapper/dms/DmsBaseInspectRouteMapper.xml | 8 +++++--- 2 files changed, 6 insertions(+), 10 deletions(-) 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