Commit 790bef3c authored by suhuiguang's avatar suhuiguang

1.设备列表日期筛选bug

parent e59d6490
...@@ -111,7 +111,7 @@ ...@@ -111,7 +111,7 @@
AND b.ORG_CODE like concat(#{parentCode},'%') AND b.ORG_CODE like concat(#{parentCode},'%')
</if> </if>
<if test="date != null and date != ''"> <if test="date != null and date != ''">
AND a.UPDATE_TIME like concat(#{date},'%') AND a.UPDATE_STAMP like concat(#{date},'%')
</if> </if>
<if test="qrCodeColor != null and qrCodeColor != ''"> <if test="qrCodeColor != null and qrCodeColor != ''">
AND a.QRCODE_COLOR = #{qrCodeColor} AND a.QRCODE_COLOR = #{qrCodeColor}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment