cjl
2023-10-25 2d6c5b3f4f72ae3ca6ba155ee3b85892c81f2fe0
screen-api/src/main/resources/mapper/ResponsibilityUnitMapper.xml
@@ -38,5 +38,8 @@
    </select>
    <select id="selectAreaCode" resultType="java.lang.String">
        select area_code from responsibility_unit t where unit_id = #{id}
    </select>
</mapper>