java110
2023-05-25 781c2e20a4bb844dae3f4eafbf5f0e494b942ea8
java110-db/src/main/resources/mapper/community/RepairServiceDaoImplMapper.xml
@@ -180,7 +180,7 @@
            and t.repair_name like '%${repairName}%'
        </if>
        <if test="repairNameLike !=null and repairNameLike != ''">
            and t.repair_name like concat('%',${repairNameLike},'%')
            and t.repair_name like concat('%',#{repairNameLike},'%')
        </if>
        <if test="appointmentTime !=null ">
            and t.appointment_time= #{appointmentTime}
@@ -327,7 +327,7 @@
            and t.repair_name like '%${repairName}%'
        </if>
        <if test="repairNameLike !=null and repairNameLike != ''">
            and t.repair_name like concat('%',${repairNameLike},'%')
            and t.repair_name like concat('%',#{repairNameLike},'%')
        </if>
        <if test="appointmentTime !=null ">
            and t.appointment_time= #{appointmentTime}