|
@ -228,7 +228,6 @@ |
|
|
LEFT JOIN user_wechat uw ON uw.user_id = cs.user_id AND uw.del_flag = 0 |
|
|
LEFT JOIN user_wechat uw ON uw.user_id = cs.user_id AND uw.del_flag = 0 |
|
|
WHERE |
|
|
WHERE |
|
|
cs.del_flag = 0 |
|
|
cs.del_flag = 0 |
|
|
AND cs.active_flag = 'active' |
|
|
|
|
|
AND cs.enable_flag = 'enable' |
|
|
AND cs.enable_flag = 'enable' |
|
|
AND |
|
|
AND |
|
|
<foreach collection="userIds" item="userId" separator="OR"> |
|
|
<foreach collection="userIds" item="userId" separator="OR"> |
|
|