From d7d9b601b2e4fdb663375993e2cfbdbd363df421 Mon Sep 17 00:00:00 2001
From: Your Name <you@example.com>
Date: 星期二, 11 七月 2023 22:17:37 +0800
Subject: [PATCH] Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity

---
 java110-db/src/main/resources/mapper/store/ResourceSupplierServiceDaoImplMapper.xml |   12 +++---------
 1 files changed, 3 insertions(+), 9 deletions(-)

diff --git a/java110-db/src/main/resources/mapper/store/ResourceSupplierServiceDaoImplMapper.xml b/java110-db/src/main/resources/mapper/store/ResourceSupplierServiceDaoImplMapper.xml
index 8f2015a..db67d69 100644
--- a/java110-db/src/main/resources/mapper/store/ResourceSupplierServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/store/ResourceSupplierServiceDaoImplMapper.xml
@@ -186,21 +186,15 @@
         <if test="createUserName !=null and createUserName != ''">
             , t.create_user_name= #{createUserName}
         </if>
-        <if test="remark !=null and remark != ''">
-            , t.remark= #{remark}
-        </if>
+        , t.remark= #{remark}
         <if test="storeId !=null and storeId != ''">
             , t.store_id= #{storeId}
         </if>
-        <if test="accountBank !=null and accountBank != ''">
-            , t.account_bank= #{accountBank}
-        </if>
+        , t.account_bank= #{accountBank}
         <if test="tel !=null and tel != ''">
             , t.tel= #{tel}
         </if>
-        <if test="bankAccountNumber !=null and bankAccountNumber != ''">
-            , t.bank_account_number= #{bankAccountNumber}
-        </if>
+        , t.bank_account_number= #{bankAccountNumber}
         where 1=1
         <if test="rsId !=null and rsId != ''">
             and t.rs_id= #{rsId}

--
Gitblit v1.8.0