修改日志bug

This commit is contained in:
aikai 2024-10-31 16:00:25 +08:00
parent 16f17cef38
commit ca881d95c5

View File

@ -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}