Browse Source

积分申请审核列表修改

dev
zhaoqifeng 3 years ago
parent
commit
677e06e89d
  1. 1
      epmet-module/epmet-point/epmet-point-server/src/main/resources/mapper/PointApplyDao.xml

1
epmet-module/epmet-point/epmet-point-server/src/main/resources/mapper/PointApplyDao.xml

@ -123,6 +123,7 @@
<if test="endTime != null and endTime.trim() != ''">
AND DATE_FORMAT(a.CREATED_TIME,'%Y%m%d') <![CDATA[ <= ]]> #{endTime}
</if>
ORDER BY a.CREATED_TIME DESC
</select>

Loading…
Cancel
Save