From 1a3d9db44b099a12a83a026ff9e6b08e68149e1e Mon Sep 17 00:00:00 2001 From: wangwh <2397901735@qq.com> Date: Fri, 25 Oct 2024 09:31:29 +0800 Subject: [PATCH] fix:查询网格映射关系sql语句表名修改 --- dyh-service/dyh-sys/src/main/java/cn/huge/module/grid/dao/mapper/xml/GridCaseTaskMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dyh-service/dyh-sys/src/main/java/cn/huge/module/grid/dao/mapper/xml/GridCaseTaskMapper.xml b/dyh-service/dyh-sys/src/main/java/cn/huge/module/grid/dao/mapper/xml/GridCaseTaskMapper.xml index 4243d42..d31681e 100644 --- a/dyh-service/dyh-sys/src/main/java/cn/huge/module/grid/dao/mapper/xml/GridCaseTaskMapper.xml +++ b/dyh-service/dyh-sys/src/main/java/cn/huge/module/grid/dao/mapper/xml/GridCaseTaskMapper.xml @@ -201,6 +201,6 @@ <!-- 根据组织编号查询网格组织编号 --> <select id="getGridUnitIdByUnitId" resultType="string"> - select third_unit_id from dyh_th_grid_unit where dyh_unit_id = #{unitId} + select third_unit_id from dyh_ct_unit_grid where dyh_unit_id = #{unitId} </select> </mapper> \ No newline at end of file -- Gitblit v1.8.0