wuxw
2019-10-03 23947dab08ece7e64d1460005fa0088178529833
修改报修信息时报 时间无法判断string报错处理
1个文件已修改
10 ■■■■ 已修改文件
java110-db/src/main/resources/mapper/repair/RepairServiceDaoImplMapper.xml 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
java110-db/src/main/resources/mapper/repair/RepairServiceDaoImplMapper.xml
@@ -27,7 +27,7 @@
        <if test="repairName !=null and repairName != ''">
            and t.repair_name= #{repairName}
        </if>
        <if test="appointmentTime !=null and appointmentTime != ''">
        <if test="appointmentTime !=null">
            and t.appointment_time= #{appointmentTime}
        </if>
        <if test="repairType !=null and repairType != ''">
@@ -69,7 +69,7 @@
        <if test="repairName !=null and repairName != ''">
            and t.repair_name= #{repairName}
        </if>
        <if test="appointmentTime !=null and appointmentTime != ''">
        <if test="appointmentTime !=null ">
            and t.appointment_time= #{appointmentTime}
        </if>
        <if test="repairType !=null and repairType != ''">
@@ -119,7 +119,7 @@
        <if test="repairName !=null and repairName != ''">
            and t.repair_name= #{repairName}
        </if>
        <if test="appointmentTime !=null and appointmentTime != ''">
        <if test="appointmentTime !=null ">
            and t.appointment_time= #{appointmentTime}
        </if>
        <if test="repairType !=null and repairType != ''">
@@ -165,7 +165,7 @@
        <if test="repairName !=null and repairName != ''">
            , t.repair_name= #{repairName}
        </if>
        <if test="appointmentTime !=null and appointmentTime != ''">
        <if test="appointmentTime !=null">
            , t.appointment_time= #{appointmentTime}
        </if>
        <if test="repairType !=null and repairType != ''">
@@ -204,7 +204,7 @@
        <if test="repairName !=null and repairName != ''">
            and t.repair_name= #{repairName}
        </if>
        <if test="appointmentTime !=null and appointmentTime != ''">
        <if test="appointmentTime !=null ">
            and t.appointment_time= #{appointmentTime}
        </if>
        <if test="repairType !=null and repairType != ''">