forked from gzzfw/backEnd/gz-dyh

xusd
2024-10-25 7b7f52e057434bf7e2edc2273e1d334d87ba65f6
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>