bug --renpc

This commit is contained in:
Renpc-kilig 2023-11-16 15:28:48 +08:00
parent bc4f7752b3
commit eeba59201f
2 changed files with 3 additions and 2 deletions

View File

@ -344,7 +344,8 @@
</if> </if>
<if test="keywords != null and keywords != ''"> <if test="keywords != null and keywords != ''">
AND ( AND (
t1.id LIKE CONCAT('%', #{keywords}, '%') t1.name LIKE CONCAT('%', #{keywords}, '%')
OR t1.build_num LIKE CONCAT('%', #{keywords}, '%')
) )
</if> </if>
<if test="startTime != null and startTime != ''"> <if test="startTime != null and startTime != ''">

View File

@ -766,7 +766,7 @@
</if> </if>
<if test="keywords != null and keywords != ''"> <if test="keywords != null and keywords != ''">
AND ( AND (
t1.id LIKE CONCAT('%', #{keywords}, '%') t1.house_num LIKE CONCAT('%', #{keywords}, '%')
) )
</if> </if>
<if test="startTime != null and startTime != ''"> <if test="startTime != null and startTime != ''">