Commit ded4a1feb0c7d628f2f374f8934f807027f2f491
1 parent
4bbfa92f
m
Showing
1 changed file
with
1 additions
and
0 deletions
trash-workFlow/src/main/resources/mapper/casefile/ViolationCaseFileMapper.xml
| @@ -47,6 +47,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" | @@ -47,6 +47,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" | ||
| 47 | <if test="receiveStatus != null "> and receive_status = #{receiveStatus}</if> | 47 | <if test="receiveStatus != null "> and receive_status = #{receiveStatus}</if> |
| 48 | <if test="readBy != null and readBy != ''"> and read_by = #{readBy}</if> | 48 | <if test="readBy != null and readBy != ''"> and read_by = #{readBy}</if> |
| 49 | <if test="readTime != null "> and read_time = #{readTime}</if> | 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 | </where> | 51 | </where> |
| 51 | </select> | 52 | </select> |
| 52 | 53 |