debug:故障报错

This commit is contained in:
墨大叔 2024-07-30 17:36:03 +08:00
parent 26ed635923
commit b77cf4cb21

View File

@ -52,7 +52,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
sa.name like concat('%', #{keyword}, '%') or
sa.mobile like concat('%', #{keyword}, '%') or
sa.address like concat('%', #{keyword}, '%') or
sa.device_no like concat('%', #{keyword}, '%')
sd.device_no like concat('%', #{keyword}, '%')
)
</if>
</where>