jinpengyong
2023-10-31 aaab5f3f5e3d32a8febc4d4e021a895affa4ab93
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>