|
|
|
@@ -260,7 +260,7 @@ |
|
|
|
|
|
|
|
<update id="updateMsgCountDown" parameterType="list"> |
|
|
|
update wx_c_user set msg_count = msg_count-1 |
|
|
|
where msg_count > 0updateMsgCountDown |
|
|
|
where msg_count > 0 |
|
|
|
<if test=" null != tenantId and '' != tenantId"> |
|
|
|
and `tenant_id` = #{tenantId} |
|
|
|
</if> |
|
|
|
|