From 23947dab08ece7e64d1460005fa0088178529833 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期四, 03 十月 2019 20:27:57 +0800
Subject: [PATCH] 修改报修信息时报 时间无法判断string报错处理

---
 java110-db/src/main/resources/mapper/repair/RepairServiceDaoImplMapper.xml |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/java110-db/src/main/resources/mapper/repair/RepairServiceDaoImplMapper.xml b/java110-db/src/main/resources/mapper/repair/RepairServiceDaoImplMapper.xml
index 1b06b80..9c154e7 100644
--- a/java110-db/src/main/resources/mapper/repair/RepairServiceDaoImplMapper.xml
+++ b/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 != ''">

--
Gitblit v1.8.0