forked from gzzfw/backEnd/gz-dyh

wangwh
2024-10-25 e0b8a22df9a40e1b5691140e23721d2c0a5a5a0b
dyh-service/dyh-sys/src/main/java/cn/huge/module/grid/dao/mapper/xml/GridCaseTaskMapper.xml
@@ -199,4 +199,8 @@
        limit #{page.offset}, #{page.size}
    </select>
    <!--  根据组织编号查询网格组织编号  -->
    <select id="getGridUnitIdByUnitId" resultType="string">
        select third_unit_id from dyh_ct_unit_grid where dyh_unit_id = #{unitId}
    </select>
</mapper>