Commit ded4a1feb0c7d628f2f374f8934f807027f2f491

Authored by youxiw2000
1 parent 4bbfa92f

m

trash-workFlow/src/main/resources/mapper/casefile/ViolationCaseFileMapper.xml
... ... @@ -47,6 +47,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
47 47 <if test="receiveStatus != null "> and receive_status = #{receiveStatus}</if>
48 48 <if test="readBy != null and readBy != ''"> and read_by = #{readBy}</if>
49 49 <if test="readTime != null "> and read_time = #{readTime}</if>
  50 + <if test="createTime != null "> and DATE_FORMAT(create_time,("%y%m%d")) = DATE_FORMAT(#{createTime},("%y%m%d"))</if>
50 51 </where>
51 52 </select>
52 53  
... ...