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
316fe781
Commit
316fe781
authored
Mar 08, 2020
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
c003777f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
CustomPlanMapper.xml
...ook/src/main/resources/mapper/custom/CustomPlanMapper.xml
+1
-1
No files found.
pcloud-service-book/src/main/resources/mapper/custom/CustomPlanMapper.xml
View file @
316fe781
...
@@ -116,7 +116,7 @@
...
@@ -116,7 +116,7 @@
<select
id=
"listCustomPlanByPage"
resultMap=
"BaseResultMap"
>
<select
id=
"listCustomPlanByPage"
resultMap=
"BaseResultMap"
>
select
select
a.id, plan_number, plan_name, create_user_name, description, open_feedback,
a.id, plan_number, plan_name, create_user_name, description,
a.
open_feedback,
use_state, pdf_url, h5_url, preview_qrcode_url, a.create_time, COUNT(DISTINCT b.batch_id) suggestion_count
use_state, pdf_url, h5_url, preview_qrcode_url, a.create_time, COUNT(DISTINCT b.batch_id) suggestion_count
from custom_plan a left join custom_plan_module_suggestion b
from custom_plan a left join custom_plan_module_suggestion b
on a.id = b.plan_id
on a.id = b.plan_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