From 4430ceb824ac85a3b50108dadb2eac1e31d2c7d8 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期六, 23 一月 2021 15:48:33 +0800
Subject: [PATCH] 优化 考勤编辑功能

---
 java110-db/src/main/resources/mapper/user/OwnerAttrServiceDaoImplMapper.xml |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/java110-db/src/main/resources/mapper/user/OwnerAttrServiceDaoImplMapper.xml b/java110-db/src/main/resources/mapper/user/OwnerAttrServiceDaoImplMapper.xml
index 065b225..1f2e278 100644
--- a/java110-db/src/main/resources/mapper/user/OwnerAttrServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/user/OwnerAttrServiceDaoImplMapper.xml
@@ -137,9 +137,6 @@
         <if test="newBId != null and newBId != ''">
             ,t.b_id = #{newBId}
         </if>
-        <if test="createTime !=null and createTime != ''">
-            , t.create_time= #{createTime}
-        </if>
         <if test="specCd !=null and specCd != ''">
             , t.spec_cd= #{specCd}
         </if>

--
Gitblit v1.8.0