swb
2024-06-27 db153ac7fbbd132e0b850c1ebc93122da5fe99e0
screen-api/src/main/resources/mapper/ResponsibilityUnitMapper.xml
@@ -42,6 +42,9 @@
        select area_code from responsibility_unit t where unit_id = #{id}
    </select>
    <select id="selectResponsibilityUnitList" resultType="com.moral.api.pojo.ext.responsibility.ResponsibilityUnitExt">
        select area_code,parent_code from responsibility_unit t where unit_id = #{id}
    </select>
    <select id="selectName" resultType="java.lang.String">
        select t1.dataValue from sys_dict_type t