Browse Source

联建单位完成情况,积分记录

dev
zhaoqifeng 4 years ago
parent
commit
9abbd5ed91
  1. 4
      epmet-module/epmet-heart/epmet-heart-server/src/main/resources/mapper/IcUserDemandRecDao.xml

4
epmet-module/epmet-heart/epmet-heart-server/src/main/resources/mapper/IcUserDemandRecDao.xml

@ -591,10 +591,10 @@
a.DEL_FLAG = '0'
AND a.`STATUS` = 'finished'
AND a.EVALUATE_FLAG = 1
<if test="null != startTime and startTime != ''">
<if test="null != startTime">
AND c.EVALUATE_TIME &gt;= #{startTime}
</if>
<if test="null != endTime and endTime != ''">
<if test="null != endTime">
AND c.EVALUATE_TIME &lt;= #{endTime}
</if>
ORDER BY c.EVALUATE_TIME DESC

Loading…
Cancel
Save