Commit 46ec46c5 by 吴博

bug: [1025505] 【UAT环境】【小程序端】【权益设置】添加群然后下架群还存在

parent ce1a4598
......@@ -242,7 +242,10 @@
where
serve_type = "GROUP"
and
(
group_type is null or
group_type <> 2
)
and
serve_id in
<foreach collection="list" item="item" index="index" open="(" separator="," close=")">
......@@ -257,7 +260,10 @@
where
serve_type = "GROUP"
and
(
group_type is null or
group_type &lt;&gt; 2
)
and
serve_id in
<foreach collection="list" item="item" index="index" open="(" separator="," close=")">
......
......@@ -172,7 +172,10 @@
where
serve_type = "GROUP"
and
(
group_type is null or
group_type &lt;&gt; 2
)
and
serve_id in
<foreach collection="list" item="item" index="index" open="(" separator="," close=")">
......@@ -187,7 +190,10 @@
where
serve_type = "GROUP"
and
(
group_type is null or
group_type &lt;&gt; 2
)
and
serve_id in
<foreach collection="list" item="item" index="index" open="(" separator="," close=")">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment