Browse Source

/epmetuser/icNatCompareRecord/page

dev
yinzuomei 3 years ago
parent
commit
adc91f5c0d
  1. 4
      epmet-user/epmet-user-server/src/main/resources/mapper/IcNatCompareRecordDao.xml

4
epmet-user/epmet-user-server/src/main/resources/mapper/IcNatCompareRecordDao.xml

@ -58,10 +58,10 @@
<if test='null != natDate and "" != natDate'> <if test='null != natDate and "" != natDate'>
<if test='null != natStatus and "1" == natStatus'> <if test='null != natStatus and "1" == natStatus'>
AND DATE_FORMAT( r.LATEST_NAT_TIME, '%Y%m%d' ) = #{natDate} AND DATE_FORMAT( c.LATEST_NAT_TIME, '%Y%m%d' ) = #{natDate}
</if> </if>
<if test='null != natStatus and "0" == natStatus'> <if test='null != natStatus and "0" == natStatus'>
AND DATE_FORMAT( r.LATEST_NAT_TIME, '%Y%m%d' ) != #{natDate} AND DATE_FORMAT( c.LATEST_NAT_TIME, '%Y%m%d' ) != #{natDate}
</if> </if>
</if> </if>
ORDER BY ORDER BY

Loading…
Cancel
Save