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
5b4b3cc2
Commit
5b4b3cc2
authored
Feb 12, 2020
by
zhuyajie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixbug
parent
279ee80c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Book.Mapper.xml
...rvice-book/src/main/resources/mapper/book/Book.Mapper.xml
+4
-4
No files found.
pcloud-service-book/src/main/resources/mapper/book/Book.Mapper.xml
View file @
5b4b3cc2
...
...
@@ -1865,16 +1865,16 @@
AND a.ADVISER_ID = #{adviserId}
</if>
<if
test=
"graLabelId!=null"
>
and a.
graLabel_id
=#{graLabelId}
and a.
GRA_LABEL_ID
=#{graLabelId}
</if>
<if
test=
"subLabelId!=null"
>
and a.
subLabel_id
=#{subLabelId}
and a.
SUB_LABEL_ID
=#{subLabelId}
</if>
<if
test=
"verLabelId!=null"
>
and a.
verLabel_id
=#{verLabelId}
and a.
VER_LABEL_ID
=#{verLabelId}
</if>
<if
test=
"areaLabelId!=null"
>
and a.
areaLabel_id
=#{areaLabelId}
and a.
AREA_LABEL_ID
=#{areaLabelId}
</if>
ORDER BY
g.create_time DESC
...
...
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