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
c09a56e3
Commit
c09a56e3
authored
Dec 21, 2023
by
chenyuefang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
056f0b3f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
DCustomerMapper.xml
...z-api/src/main/resources/mapper/cscec/DCustomerMapper.xml
+6
-6
No files found.
dsk-module/dsk-biz-api/src/main/resources/mapper/cscec/DCustomerMapper.xml
View file @
c09a56e3
...
@@ -137,36 +137,36 @@
...
@@ -137,36 +137,36 @@
</if>
</if>
</trim>
</trim>
</if>
</if>
<if
test=
"bo.groupSpecialtyId != null "
>
<if
test=
"bo.groupSpecialtyId != null
and bo.groupSpecialtyId.size > 0
"
>
<foreach
collection=
"bo.groupSpecialtyId"
item=
"groupSpecialtyId"
>
<foreach
collection=
"bo.groupSpecialtyId"
item=
"groupSpecialtyId"
>
and find_in_set(#{groupSpecialtyId},group_specialty_id) > 0
and find_in_set(#{groupSpecialtyId},group_specialty_id) > 0
</foreach>
</foreach>
</if>
</if>
<if
test=
"bo.customerState != null "
>
<if
test=
"bo.customerState != null
and bo.customerState.size > 0
"
>
and customer_state in
and customer_state in
<foreach
collection=
"bo.customerState"
item=
"customerState"
separator=
","
open=
"("
close=
")"
>
<foreach
collection=
"bo.customerState"
item=
"customerState"
separator=
","
open=
"("
close=
")"
>
#{customerState}
#{customerState}
</foreach>
</foreach>
</if>
</if>
<if
test=
"bo.credential != null "
>
<if
test=
"bo.credential != null
and bo.credential.size > 0
"
>
and credential in
and credential in
<foreach
collection=
"bo.credential"
item=
"credential"
separator=
","
open=
"("
close=
")"
>
<foreach
collection=
"bo.credential"
item=
"credential"
separator=
","
open=
"("
close=
")"
>
#{credential}
#{credential}
</foreach>
</foreach>
</if>
</if>
<if
test=
"bo.creditLevel != null "
>
<if
test=
"bo.creditLevel != null
and bo.creditLevel.size > 0
"
>
and credit_level in
and credit_level in
<foreach
collection=
"bo.creditLevel"
item=
"creditLevel"
separator=
","
open=
"("
close=
")"
>
<foreach
collection=
"bo.creditLevel"
item=
"creditLevel"
separator=
","
open=
"("
close=
")"
>
#{creditLevel}
#{creditLevel}
</foreach>
</foreach>
</if>
</if>
<if
test=
"bo.paytaxType != null"
>
<if
test=
"bo.paytaxType != null
and bo.paytaxType.size > 0
"
>
and paytax_type in
and paytax_type in
<foreach
collection=
"bo.paytaxType"
item=
"paytaxType"
separator=
","
open=
"("
close=
")"
>
<foreach
collection=
"bo.paytaxType"
item=
"paytaxType"
separator=
","
open=
"("
close=
")"
>
#{paytaxType}
#{paytaxType}
</foreach>
</foreach>
</if>
</if>
<if
test=
"bo.taxRate != null"
>
<if
test=
"bo.taxRate != null
and bo.taxRate.size > 0
"
>
and tax_rate in
and tax_rate in
<foreach
collection=
"bo.taxRate"
item=
"taxRate"
separator=
","
open=
"("
close=
")"
>
<foreach
collection=
"bo.taxRate"
item=
"taxRate"
separator=
","
open=
"("
close=
")"
>
#{taxRate}
#{taxRate}
...
...
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