Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-api-boot-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
lanbaoming
jiedao-api-boot-master
Commits
427dcb3b
Commit
427dcb3b
authored
Jan 21, 2025
by
zhangfeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(wealth): 优化
parent
d99d1771
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
ReceiptMapper.xml
...-rest/src/main/resources/mapper/receipt/ReceiptMapper.xml
+3
-3
No files found.
yudao-module-wealth/yudao-module-wealth-rest/src/main/resources/mapper/receipt/ReceiptMapper.xml
View file @
427dcb3b
...
...
@@ -116,7 +116,7 @@
<if
test=
"query.customerId != null"
>
AND er.`customer_id` = #{query.customerId}
</if>
<if
test=
"query.customerIdList != null and query.customerIdList.size() >
1
"
>
<if
test=
"query.customerIdList != null and query.customerIdList.size() >
0
"
>
AND er.`customer_id` IN
<foreach
collection=
"query.customerIdList"
item=
"item"
open=
"("
separator=
","
close=
")"
>
#{item}
...
...
@@ -128,7 +128,7 @@
<if
test=
"query.state != null"
>
AND er.`state` = #{query.state}
</if>
<if
test=
"query.stateList != null and query.stateList.size() >
1
"
>
<if
test=
"query.stateList != null and query.stateList.size() >
0
"
>
AND er.`state` IN
<foreach
collection=
"query.stateList"
item=
"item"
open=
"("
separator=
","
close=
")"
>
#{item}
...
...
@@ -138,7 +138,7 @@
AND (er.`salesman_id` = #{query.salesmanId} or er.`customer_id` in(select cus.id from ecw_customer cus where
cus.is_customer_service_confirmed = 1 and cus.customer_service = #{query.salesmanId} ))
</if>
<if
test=
"query.salesmanIdList != null and query.salesmanIdList.size() >
1
"
>
<if
test=
"query.salesmanIdList != null and query.salesmanIdList.size() >
0
"
>
AND er.`salesman_id` IN
<foreach
collection=
"query.salesmanIdList"
item=
"item"
open=
"("
separator=
","
close=
")"
>
#{item}
...
...
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