From 92ed53e44fb2da1f91b8fb9932af8ff433febe83 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期三, 06 七月 2022 18:47:09 +0800
Subject: [PATCH] Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity
---
java110-db/src/main/resources/mapper/user/UserAttrV1ServiceDaoImplMapper.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/java110-db/src/main/resources/mapper/user/UserAttrV1ServiceDaoImplMapper.xml b/java110-db/src/main/resources/mapper/user/UserAttrV1ServiceDaoImplMapper.xml
index d44ec50..08d3522 100644
--- a/java110-db/src/main/resources/mapper/user/UserAttrV1ServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/user/UserAttrV1ServiceDaoImplMapper.xml
@@ -53,9 +53,6 @@
<if test="newBId != null and newBId != ''">
,t.b_id = #{newBId}
</if>
- <if test="attrId !=null and attrId != ''">
- , t.attr_id= #{attrId}
- </if>
<if test="specCd !=null and specCd != ''">
, t.spec_cd= #{specCd}
</if>
@@ -69,6 +66,9 @@
<if test="userId !=null and userId != ''">
and t.user_id= #{userId}
</if>
+ <if test="attrId !=null and attrId != ''">
+ and t.attr_id= #{attrId}
+ </if>
</update>
--
Gitblit v1.8.0