Your Name преди 3 години
родител
ревизия
feae6ed834
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      java110-db/src/main/resources/mapper/user/UserServiceDaoImplMapper.xml

+ 2 - 1
java110-db/src/main/resources/mapper/user/UserServiceDaoImplMapper.xml

@@ -599,9 +599,10 @@
             ,u_user_attr ua
             ,u_user_attr ua
         </if>
         </if>
         where 1= 1
         where 1= 1
+
         <if test="openId != null and openId != ''">
         <if test="openId != null and openId != ''">
             and u.user_id = ua.user_id
             and u.user_id = ua.user_id
-            and ua.spec_cd = '100201911001'
+            and ua.spec_cd in ('100201911001','100201911003')
             and ua.value = #{openId}
             and ua.value = #{openId}
             and ua.status_cd = '0'
             and ua.status_cd = '0'
         </if>
         </if>