修改招商区域设置分页排序

This commit is contained in:
zhangchenbiao
2023-08-24 19:00:34 +08:00
parent 9ebff24684
commit a551efda44

View File

@@ -127,6 +127,7 @@
from hy_intend_dev_zone_info
where type = #{type}
and deleted = 0
order by create_time desc , id desc
</select>
<select id="getZoneInfoByRegionIds" resultMap="BaseResultMap">