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
3c8aa83f
Commit
3c8aa83f
authored
Jul 29, 2020
by
桂前礼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
解决从测试环境带上来的agent_id导致接口500
parent
5e5f5366
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
9 deletions
+1
-9
AppletNews.xml
...vice-book/src/main/resources/mapper/applet/AppletNews.xml
+1
-9
No files found.
pcloud-service-book/src/main/resources/mapper/applet/AppletNews.xml
View file @
3c8aa83f
...
...
@@ -599,15 +599,7 @@
AND rights_type = #{rightsType}
</if>
)
<choose>
<when
test=
"agentId >0"
>
and n.agent_id in (#{agentId} ,0)
</when>
<otherwise>
and n.agent_id = 0
</otherwise>
</choose>
ORDER BY n.agent_id desc, n.create_time DESC
ORDER BY n.create_time DESC
</select>
<select
id=
"getClassifyNewsByTempletLabel"
parameterType=
"map"
resultType=
"com.pcloud.book.applet.dto.AppletNewsDTO"
>
...
...
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