This commit is contained in:
赵旭 2024-08-29 22:21:15 +08:00
parent a204ebf9c8
commit a5d20d5a3e

View File

@ -5,6 +5,6 @@
<mapper namespace="cn.iocoder.yudao.module.jx.mapper.LJRegionMapper">
<select id="selectByMap" resultType="cn.iocoder.yudao.module.jx.domain.LJRegion">
select * from mt_region where deleted = 0
select * from mt_region
</select>
</mapper>