cjl
2024-08-09 a022ae9804d0c2f402711b6b5202319d853919cf
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