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
412ece7c
Commit
412ece7c
authored
Sep 16, 2020
by
朱亚洁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug:[1025632]取第三方链接的来源
parent
3885e00d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
AppletThirdResources.xml
...src/main/resources/mapper/applet/AppletThirdResources.xml
+3
-2
No files found.
pcloud-service-book/src/main/resources/mapper/applet/AppletThirdResources.xml
View file @
412ece7c
...
@@ -88,7 +88,7 @@
...
@@ -88,7 +88,7 @@
from applet_third_resources where id=#{id}
from applet_third_resources where id=#{id}
</select>
</select>
<select
id=
"getThirdResourcesByNewsId"
parameterType=
"Long"
resultType=
"com.pcloud.book.applet.
dto.AppletThirdResourcesDTO
"
>
<select
id=
"getThirdResourcesByNewsId"
parameterType=
"Long"
resultType=
"com.pcloud.book.applet.
entity.AppletThirdResources
"
>
SELECT
SELECT
relation.from_id fromId,
relation.from_id fromId,
third.id,
third.id,
...
@@ -100,7 +100,8 @@
...
@@ -100,7 +100,8 @@
third.resource_url url,
third.resource_url url,
bm.material_url materialUrl,
bm.material_url materialUrl,
third.route_code routeCode,
third.route_code routeCode,
third.guide
third.guide,
third.resource_source source
FROM
FROM
applet_third_resources_relation relation
applet_third_resources_relation relation
LEFT JOIN applet_third_resources third ON relation.third_resources_id = third.id
LEFT JOIN applet_third_resources third ON relation.third_resources_id = third.id
...
...
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