zxc 3 years ago
parent
commit
e083ad76c4
  1. 2
      epmet-module/gov-project/gov-project-server/src/main/resources/mapper/ProjectDao.xml

2
epmet-module/gov-project/gov-project-server/src/main/resources/mapper/ProjectDao.xml

@ -598,7 +598,7 @@
<if test='null != endDate and endDate != "" '> <if test='null != endDate and endDate != "" '>
AND DATE_FORMAT(p.CREATED_TIME,'%Y%m%d') <![CDATA[ <= ]]> #{endDate} AND DATE_FORMAT(p.CREATED_TIME,'%Y%m%d') <![CDATA[ <= ]]> #{endDate}
</if> </if>
<if test='null != status and status != "all" '> <if test='null != status and status != "" and status != "all" '>
AND p.`STATUS` = #{status} AND p.`STATUS` = #{status}
</if> </if>
GROUP BY t.PROJECT_ID GROUP BY t.PROJECT_ID

Loading…
Cancel
Save