Browse Source

【功能优化】政策找人列表按照政策开始时间倒序

1.政策列表-政策找人-社区服务
2.查询条件中排序字段修改为START_DATE
national_dev
Bill 2 years ago
parent
commit
5420a8b8f0
  1. 2
      code/smart-community/epmet-module/epmet-heart/epmet-heart-server/src/main/resources/mapper/IcPolicyDao.xml

2
code/smart-community/epmet-module/epmet-heart/epmet-heart-server/src/main/resources/mapper/IcPolicyDao.xml

@ -78,7 +78,7 @@
and ip.END_DATE >= DATE_FORMAT(now(),'%Y-%m-%d')
</if>
</if>
order by ip.CREATED_TIME desc
order by ip.START_DATE desc
</select>
<select id="selectTitle" parameterType="java.lang.String" resultType="java.lang.String">

Loading…
Cancel
Save