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 @@ ...@@ -242,7 +242,10 @@
where where
serve_type = "GROUP" serve_type = "GROUP"
and and
(
group_type is null or
group_type <> 2 group_type <> 2
)
and and
serve_id in serve_id in
<foreach collection="list" item="item" index="index" open="(" separator="," close=")"> <foreach collection="list" item="item" index="index" open="(" separator="," close=")">
...@@ -257,7 +260,10 @@ ...@@ -257,7 +260,10 @@
where where
serve_type = "GROUP" serve_type = "GROUP"
and and
(
group_type is null or
group_type &lt;&gt; 2 group_type &lt;&gt; 2
)
and and
serve_id in serve_id in
<foreach collection="list" item="item" index="index" open="(" separator="," close=")"> <foreach collection="list" item="item" index="index" open="(" separator="," close=")">
......
...@@ -172,7 +172,10 @@ ...@@ -172,7 +172,10 @@
where where
serve_type = "GROUP" serve_type = "GROUP"
and and
(
group_type is null or
group_type &lt;&gt; 2 group_type &lt;&gt; 2
)
and and
serve_id in serve_id in
<foreach collection="list" item="item" index="index" open="(" separator="," close=")"> <foreach collection="list" item="item" index="index" open="(" separator="," close=")">
...@@ -187,7 +190,10 @@ ...@@ -187,7 +190,10 @@
where where
serve_type = "GROUP" serve_type = "GROUP"
and and
(
group_type is null or
group_type &lt;&gt; 2 group_type &lt;&gt; 2
)
and and
serve_id in serve_id in
<foreach collection="list" item="item" index="index" open="(" separator="," close=")"> <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