Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
midjourney-proxy
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
徐少华
midjourney-proxy
Commits
a548d1a4
Commit
a548d1a4
authored
Jul 07, 2020
by
pansy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug:[1024266] 【生产环境】【小程序端】【技能配置】社群模板,在编辑端删除已选择的编辑群,小程序显示空白并报错
parent
f65a0021
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
4 deletions
+1
-4
RightsSettingBizImpl.java
...oud/book/rightsSetting/biz/impl/RightsSettingBizImpl.java
+0
-3
PcloudGroupActivityDao.xml
...rc/main/resources/mapper/skill/PcloudGroupActivityDao.xml
+1
-1
No files found.
pcloud-service-book/src/main/java/com/pcloud/book/rightsSetting/biz/impl/RightsSettingBizImpl.java
View file @
a548d1a4
...
...
@@ -1124,9 +1124,6 @@ public class RightsSettingBizImpl implements RightsSettingBiz {
}
if
(
item
.
getServeId
()
!=
null
&&
RightsServeTypeEnum
.
GROUP
.
name
().
equals
(
item
.
getServeType
())
&&
!
groupIds
.
contains
(
item
.
getServeId
()))
{
// if (item.getGroup){
//
// }
groupIds
.
add
(
item
.
getServeId
());
}
if
(
item
.
getServeId
()
!=
null
&&
RightsServeTypeEnum
.
NEWS
.
name
().
equals
(
item
.
getServeType
())
...
...
pcloud-service-book/src/main/resources/mapper/skill/PcloudGroupActivityDao.xml
View file @
a548d1a4
...
...
@@ -291,7 +291,7 @@
LEFT JOIN pcloud_group_activity a ON a.book_group_classify_id = c.id
LEFT JOIN book_group_qrcode b on b.classify_id = c.id
where
c.is_delete = 0 and
b.is_delete = 0
b.is_delete = 0
and
c.id IN
<foreach
collection=
"list"
item=
"item"
open=
"("
close=
")"
separator=
","
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment