forked from gzzfw/backEnd/gz-dyh

wangwh
2024-10-25 1a3d9db44b099a12a83a026ff9e6b08e68149e1e
fix:查询网格映射关系sql语句表名修改
1 files modified
2 ■■■ changed files
dyh-service/dyh-sys/src/main/java/cn/huge/module/grid/dao/mapper/xml/GridCaseTaskMapper.xml 2 ●●● patch | view | raw | blame | history
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>