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