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