修改日志bug
This commit is contained in:
parent
16f17cef38
commit
ca881d95c5
@ -170,7 +170,7 @@
|
||||
</foreach>
|
||||
</if>
|
||||
<if test="dto.nickName != null and dto.nickName != ''">
|
||||
and c.nickname like concat('%', #{dto.nickName}, '%')
|
||||
and a.nickname like concat('%', #{dto.nickName}, '%')
|
||||
</if>
|
||||
<if test="dto.type != null">
|
||||
and b.type = #{dto.type}
|
||||
|
Loading…
Reference in New Issue
Block a user