Commit 89ab2d49 by 吴博

Merge branch 'fixbug/1025505' into 'master'

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

See merge request rays/pcloud-book!958
parents 57ef18b6 46ec46c5
......@@ -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