Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yd-backend
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
AutogeneralShanghai
yd-backend
Commits
6690e128
Commit
6690e128
authored
Jul 07, 2022
by
jianan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
渠道发佣报表11
parent
d128dc3f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
+1
-2
yd-api/src/main/resources/mapper/agms/AgmsFortuneMapper.xml
+1
-2
No files found.
yd-api/src/main/resources/mapper/agms/AgmsFortuneMapper.xml
View file @
6690e128
...
...
@@ -1019,7 +1019,7 @@
f.channel_id
FROM ag_acl_customer_fortune f
LEFT JOIN ag_acl_channel_new cn on cn.
customer_id = f.customer
_id
LEFT JOIN ag_acl_channel_new cn on cn.
id = f.channel
_id
LEFT JOIN ag_acl_practitioner pra on pra.customer_id = f.customer_id
LEFT JOIN ag_acl_practitioner_setting ps on ps.practitioner_id = pra.id
LEFT JOIN ag_md_drop_options op1 ON op1.id = ps.practitioner_level
...
...
@@ -1030,7 +1030,6 @@
f.channel_type = '1'
AND f.id in
<foreach
collection=
"list"
item=
"item"
open=
"("
separator=
","
close=
")"
>
#{item,jdbcType=BIGINT}
</foreach>
GROUP BY f.order_id, f.channel_id
ORDER BY '2'
</select>
<select
id=
"querySalePractitionerFortune1"
parameterType=
"list"
resultType=
"Long"
>
...
...
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