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
8730c577
Commit
8730c577
authored
Oct 25, 2024
by
zhengyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sql错误修复
parent
19511953
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
OfferMapper.java
...ocoder/yudao/module/sale/dal/mysql/offer/OfferMapper.java
+10
-10
No files found.
yudao-module-sale/yudao-module-sale-core/src/main/java/cn/iocoder/yudao/module/sale/dal/mysql/offer/OfferMapper.java
View file @
8730c577
...
...
@@ -191,23 +191,23 @@ public interface OfferMapper extends BaseMapperX<OfferDO> {
"</when>"
,
"<when test = 'pageVO.importances != null and pageVO.importances.size() > 0'>"
,
"AND o.`importance` IN "
,
"<foreach item='importance' collection='pageVO.importances' open='(' close=')' separator=','> #{importance} </foreach>
)
"
,
"<foreach item='importance' collection='pageVO.importances' open='(' close=')' separator=','> #{importance} </foreach>"
,
"</when>"
,
"<when test = 'pageVO.salesmanIds != null and pageVO.salesmanIds.size() > 0'>"
,
"AND o.`follow_up_salesman_id` IN "
,
"<foreach item='id' collection='pageVO.salesmanIds' open='(' close=')' separator=','> #{id} </foreach>
)
"
,
"<foreach item='id' collection='pageVO.salesmanIds' open='(' close=')' separator=','> #{id} </foreach>"
,
"</when>"
,
"<when test = 'pageVO.statusList != null and pageVO.statusList.size() > 0'>"
,
"AND o.`status` IN "
,
"<foreach item='it' collection='pageVO.statusList' open='(' close=')' separator=','> #{it} </foreach>
)
"
,
"<foreach item='it' collection='pageVO.statusList' open='(' close=')' separator=','> #{it} </foreach>"
,
"</when>"
,
"<when test = 'pageVO.channelIds != null and pageVO.channelIds.size() > 0'>"
,
"AND o.`channel_id` IN "
,
"<foreach item='it' collection='pageVO.channelIds' open='(' close=')' separator=','> #{it} </foreach>
)
"
,
"<foreach item='it' collection='pageVO.channelIds' open='(' close=')' separator=','> #{it} </foreach>"
,
"</when>"
,
"<when test = 'pageVO.sourceIds != null and pageVO.sourceIds.size() > 0'>"
,
"AND user.`source` IN "
,
"<foreach item='it' collection='pageVO.sourceIds' open='(' close=')' separator=','> #{it} </foreach>
)
"
,
"<foreach item='it' collection='pageVO.sourceIds' open='(' close=')' separator=','> #{it} </foreach>"
,
"</when>"
,
"<when test = 'pageVO.beginStopTime != null and pageVO.endStopTime != null '>"
,
"AND o.`stop_time` between #{pageVO.beginStopTime} and #{pageVO.endStopTime}"
,
...
...
@@ -330,23 +330,23 @@ public interface OfferMapper extends BaseMapperX<OfferDO> {
"</when>"
,
"<when test = 'pageVO.importances != null and pageVO.importances.size() > 0'>"
,
"AND o.`importance` IN "
,
"<foreach item='importance' collection='pageVO.importances' open='(' close=')' separator=','> #{importance} </foreach>
)
"
,
"<foreach item='importance' collection='pageVO.importances' open='(' close=')' separator=','> #{importance} </foreach>"
,
"</when>"
,
"<when test = 'pageVO.salesmanIds != null and pageVO.salesmanIds.size() > 0'>"
,
"AND o.`follow_up_salesman_id` IN "
,
"<foreach item='id' collection='pageVO.salesmanIds' open='(' close=')' separator=','> #{id} </foreach>
)
"
,
"<foreach item='id' collection='pageVO.salesmanIds' open='(' close=')' separator=','> #{id} </foreach>"
,
"</when>"
,
"<when test = 'pageVO.statusList != null and pageVO.statusList.size() > 0'>"
,
"AND o.`status` IN "
,
"<foreach item='it' collection='pageVO.statusList' open='(' close=')' separator=','> #{it} </foreach>
)
"
,
"<foreach item='it' collection='pageVO.statusList' open='(' close=')' separator=','> #{it} </foreach>"
,
"</when>"
,
"<when test = 'pageVO.channelIds != null and pageVO.channelIds.size() > 0'>"
,
"AND o.`channel_id` IN "
,
"<foreach item='it' collection='pageVO.channelIds' open='(' close=')' separator=','> #{it} </foreach>
)
"
,
"<foreach item='it' collection='pageVO.channelIds' open='(' close=')' separator=','> #{it} </foreach>"
,
"</when>"
,
"<when test = 'pageVO.sourceIds != null and pageVO.sourceIds.size() > 0'>"
,
"AND user.`source` IN "
,
"<foreach item='it' collection='pageVO.sourceIds' open='(' close=')' separator=','> #{it} </foreach>
)
"
,
"<foreach item='it' collection='pageVO.sourceIds' open='(' close=')' separator=','> #{it} </foreach>"
,
"</when>"
,
"<when test = 'pageVO.beginStopTime != null and pageVO.endStopTime != null '>"
,
"AND o.`stop_time` between #{pageVO.beginStopTime} and #{pageVO.endStopTime}"
,
...
...
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