jinpengyong
2023-11-08 72a6d5a954312a8a53e5bdd18c5f8f8b57b54dbc
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>