Compare commits

..

No commits in common. "251735740f6a0fd83b0b58919b5320f7756a3627" and "26b78f87a8e418a0d097871b63f34952c21c7f87" have entirely different histories.

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
select * from mt_region where deleted = 0
</select>
</mapper>