Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-operate-sys-cscec
Project
Project
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
fulixin
dsk-operate-sys-cscec
Commits
5750242e
Commit
5750242e
authored
Dec 12, 2023
by
lcl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
u
parent
81c53462
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
15 deletions
+17
-15
DCustomerMapper.xml
...z-api/src/main/resources/mapper/cscec/DCustomerMapper.xml
+17
-15
No files found.
dsk-module/dsk-biz-api/src/main/resources/mapper/cscec/DCustomerMapper.xml
View file @
5750242e
...
@@ -13,22 +13,24 @@
...
@@ -13,22 +13,24 @@
where recommend_org_id = 'F17305B4EA4444CBAB12892C7B99E475'
where recommend_org_id = 'F17305B4EA4444CBAB12892C7B99E475'
<if
test=
"bo.customerName != null and bo.customerName != '' "
>
and customer_name like concat('%',#{bo.customerName},'%')
</if>
<if
test=
"bo.customerName != null and bo.customerName != '' "
>
and customer_name like concat('%',#{bo.customerName},'%')
</if>
<if
test=
"bo.region != null and bo.region != '' "
>
<if
test=
"bo.region != null and bo.region != '' "
>
and register_region in
and (
<foreach
collection=
"region"
item=
"item"
open=
"("
separator=
","
close=
")"
>
<foreach
collection=
"region"
item=
"item"
open=
"("
separator=
" or "
close=
")"
>
#{item}
register_region = #{item}
</foreach>
<if
test=
"bo.province != null and bo.province != '' "
>
</if>
and (
<if
test=
"bo.province != null and bo.province != '' "
>
<foreach
collection=
"province"
item=
"item"
open=
"("
separator=
" or "
close=
")"
>
and register_province in
register_province = #{item}
<foreach
collection=
"province"
item=
"item"
open=
"("
separator=
","
close=
")"
>
<if
test=
"bo.city != null and bo.city != '' "
>
#{item}
and register_city in
</foreach>
<foreach
collection=
"city"
item=
"item"
open=
"("
separator=
","
close=
")"
>
</if>
#{item}
<if
test=
"bo.city != null and bo.city != '' "
>
</foreach>
and register_city in
</if>
<foreach
collection=
"city"
item=
"item"
open=
"("
separator=
","
close=
")"
>
</foreach>
#{item}
)
</if>
</foreach>
</foreach>
)
</if>
</if>
<if
test=
"bo.customerClass != null and bo.customerClass != '' "
>
<if
test=
"bo.customerClass != null and bo.customerClass != '' "
>
and customer_class in
and customer_class in
...
...
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