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
ed9c08ce
Commit
ed9c08ce
authored
Jul 03, 2020
by
吴博
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug: [1024236] 书刊权益添加编辑社群点击下一步刷新之后空白
parent
4ece1861
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
26 deletions
+25
-26
PcloudGroupActivityDao.xml
...rc/main/resources/mapper/skill/PcloudGroupActivityDao.xml
+25
-26
No files found.
pcloud-service-book/src/main/resources/mapper/skill/PcloudGroupActivityDao.xml
View file @
ed9c08ce
...
...
@@ -172,32 +172,31 @@
<!-- 立享权益加入 编辑端群 add by pansy 2020/7/2 -->
<select
id=
"getGroupClassifyByIds"
resultType=
"com.pcloud.book.skill.dto.GroupActivity4AppletDTO"
>
SELECT
c.id,
a.id groupActivityId,
a.`name`,
c.classify_introduce AS `desc`,
a.join_type AS joinType,
c.classify AS groupName,
b.user_number userNumber,
b.classify_id classifyId,
c.book_group_id bookGroupId,
a.first_classify AS firstClassify,
a.second_classify AS secondClassify,
a.grade_label_id AS gradeLabelId,
a.subject_label_id AS subjectLabelId
FROM
book_group_classify c
LEFT JOIN pcloud_group_activity a ON a.book_group_classify_id = c.id AND c.is_delete = 0
LEFT JOIN book_group_qrcode b on b.classify_id = c.id AND b.is_delete = 0
where
a.is_delete = 0
and c.id IN
<foreach
collection=
"list"
item=
"item"
open=
"("
close=
")"
separator=
","
>
${item}
</foreach>
GROUP BY a.id
ORDER BY a.id DESC
SELECT
c.id,
a.id groupActivityId,
a.`name`,
c.classify_introduce AS `desc`,
a.join_type AS joinType,
c.classify AS groupName,
b.user_number userNumber,
b.classify_id classifyId,
c.book_group_id bookGroupId,
a.first_classify AS firstClassify,
a.second_classify AS secondClassify,
a.grade_label_id AS gradeLabelId,
a.subject_label_id AS subjectLabelId
FROM
book_group_classify c
LEFT JOIN pcloud_group_activity a ON a.book_group_classify_id = c.id AND c.is_delete = 0
LEFT JOIN book_group_qrcode b on b.classify_id = c.id AND b.is_delete = 0
where
c.id IN
<foreach
collection=
"list"
item=
"item"
open=
"("
close=
")"
separator=
","
>
${item}
</foreach>
GROUP BY c.id
ORDER BY c.id DESC
</select>
<select
id=
"getByIds"
resultType=
"com.pcloud.book.skill.dto.GroupActivity4AppletDTO"
>
...
...
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