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
3abd1a3e
Commit
3abd1a3e
authored
Dec 13, 2023
by
lcl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
u
parent
75a2fa0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
DCustomerMapper.xml
...z-api/src/main/resources/mapper/cscec/DCustomerMapper.xml
+8
-8
No files found.
dsk-module/dsk-biz-api/src/main/resources/mapper/cscec/DCustomerMapper.xml
View file @
3abd1a3e
...
@@ -35,27 +35,27 @@
...
@@ -35,27 +35,27 @@
</foreach>
</foreach>
)
)
</if>
</if>
<if
test=
"bo.customerClass != null and bo.customerClass
!= ''
"
>
<if
test=
"bo.customerClass != null and bo.customerClass
.size > 0
"
>
and customer_class in
and customer_class in
<foreach
collection=
"customerClass"
item=
"item"
open=
"("
separator=
","
close=
")"
>
<foreach
collection=
"
bo.
customerClass"
item=
"item"
open=
"("
separator=
","
close=
")"
>
#{item}
#{item}
</foreach>
</foreach>
</if>
</if>
<if
test=
"bo.customerState != null and bo.customerState
!= ''
"
>
<if
test=
"bo.customerState != null and bo.customerState
.size > 0
"
>
and customer_state in
and customer_state in
<foreach
collection=
"customerState"
item=
"item"
open=
"("
separator=
","
close=
")"
>
<foreach
collection=
"
bo.
customerState"
item=
"item"
open=
"("
separator=
","
close=
")"
>
#{item}
#{item}
</foreach>
</foreach>
</if>
</if>
<if
test=
"bo.creditLevel != null and bo.creditLevel
!= ''
"
>
<if
test=
"bo.creditLevel != null and bo.creditLevel
.size > 0
"
>
and credit_level in
and credit_level in
<foreach
collection=
"creditLevel"
item=
"item"
open=
"("
separator=
","
close=
")"
>
<foreach
collection=
"
bo.
creditLevel"
item=
"item"
open=
"("
separator=
","
close=
")"
>
#{item}
#{item}
</foreach>
</foreach>
</if>
</if>
<if
test=
"bo.credential != null and bo.credential
!= ''
"
>
<if
test=
"bo.credential != null and bo.credential
.size > 0
"
>
and credential in
and credential in
<foreach
collection=
"credential"
item=
"item"
open=
"("
separator=
","
close=
")"
>
<foreach
collection=
"
bo.
credential"
item=
"item"
open=
"("
separator=
","
close=
")"
>
#{item}
#{item}
</foreach>
</foreach>
</if>
</if>
...
...
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