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
155e370e
Commit
155e370e
authored
Jul 06, 2020
by
pansy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug: [1024258] groupCount 计算错误
parent
3427c4d2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
BookGroupClassify.Mapper.xml
.../main/resources/mapper/group/BookGroupClassify.Mapper.xml
+0
-7
No files found.
pcloud-service-book/src/main/resources/mapper/group/BookGroupClassify.Mapper.xml
View file @
155e370e
...
@@ -1101,7 +1101,6 @@
...
@@ -1101,7 +1101,6 @@
book_group_classify a
book_group_classify a
LEFT JOIN book_group_qrcode b ON a.id = b.classify_id AND b.is_delete = 0 AND a.is_delete = 0
LEFT JOIN book_group_qrcode b ON a.id = b.classify_id AND b.is_delete = 0 AND a.is_delete = 0
LEFT JOIN book_group c ON a.book_group_id = c. id
LEFT JOIN book_group c ON a.book_group_id = c. id
LEFT JOIN pcloud_group_activity activity on activity.book_group_classify_id = a.id
<where>
<where>
<if
test=
"name!=null or list.size()>0"
>
<if
test=
"name!=null or list.size()>0"
>
<trim
prefix=
"("
suffix=
")"
prefixOverrides=
"OR"
>
<trim
prefix=
"("
suffix=
")"
prefixOverrides=
"OR"
>
...
@@ -1125,12 +1124,6 @@
...
@@ -1125,12 +1124,6 @@
<if
test=
"purLabelId!=null"
>
<if
test=
"purLabelId!=null"
>
AND c.pur_label_id = #{purLabelId}
AND c.pur_label_id = #{purLabelId}
</if>
</if>
<if
test=
"firstClassifyId!=null"
>
AND activity.first_classify = #{firstClassifyId}
</if>
<if
test=
"subjectLabelId!=null"
>
AND activity.subject_label_id = #{subjectLabelId}
</if>
<if
test=
"agentId!=null"
>
<if
test=
"agentId!=null"
>
AND c.agent_id = #{agentId}
AND c.agent_id = #{agentId}
</if>
</if>
...
...
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