From a9281a5a808c2c9b29be6d5281a4e9c30368fbe0 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期三, 07 四月 2021 13:43:29 +0800
Subject: [PATCH] 优化变更已办bug
---
java110-db/src/main/resources/mapper/store/ContractServiceDaoImplMapper.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/java110-db/src/main/resources/mapper/store/ContractServiceDaoImplMapper.xml b/java110-db/src/main/resources/mapper/store/ContractServiceDaoImplMapper.xml
index d0b1e2d..ff403e7 100644
--- a/java110-db/src/main/resources/mapper/store/ContractServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/store/ContractServiceDaoImplMapper.xml
@@ -181,10 +181,10 @@
<if test="contractName !=null and contractName != ''">
, t.contract_name= #{contractName}
</if>
- <if test="startTime !=null and startTime != ''">
+ <if test="startTime !=null ">
, t.start_time= #{startTime}
</if>
- <if test="endTime !=null and endTime != ''">
+ <if test="endTime !=null">
, t.end_time= #{endTime}
</if>
<if test="state !=null and state != ''">
--
Gitblit v1.8.0