Parcourir la source

修改更新当前公司

zhoux il y a 1 an
Parent
commit
8d8b74615c
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      src/main/resources/mapper/UserMapper.xml

+ 1 - 0
src/main/resources/mapper/UserMapper.xml

@@ -121,6 +121,7 @@
             ,joined_cps = #{joinedCps,typeHandler=IntListTypeHandler}
         </if>
         where user_id = #{userId}::uuid
+        and user_wxid not in ('std_test','pro_test')
     </update>
 
     <!--离职时候更新 用户的openid current_cp  , "joined_cps"   缩减相应的cpid-->