|
@ -50,7 +50,7 @@ |
|
|
|
|
|
|
|
|
<update id="unSubscribe"> |
|
|
<update id="unSubscribe"> |
|
|
update wxmp_work_user_subscribe |
|
|
update wxmp_work_user_subscribe |
|
|
set WX_SUBSCRIBE_STATUS = 'unsubscribe' |
|
|
set WX_SUBSCRIBE_STATUS = 'unsubscribe', |
|
|
UPDATED_TIME = now() |
|
|
UPDATED_TIME = now() |
|
|
where USER_ID = #{userId} |
|
|
where USER_ID = #{userId} |
|
|
and CUSTOMER_ID = #{customerId} |
|
|
and CUSTOMER_ID = #{customerId} |
|
|