Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
platform
/
finance_serv
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 5d574bce
authored
Sep 12, 2018
by
熊付
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1
1 parent
1d6dbd0f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
code/finance_serv/src/main/java/com/vion/financial/mapping/ContractMapper.xml
code/finance_serv/src/main/java/com/vion/financial/mapping/ContractMapper.xml
View file @
5d574bc
...
@@ -321,7 +321,7 @@
...
@@ -321,7 +321,7 @@
#{salesperson_unid}
#{salesperson_unid}
</foreach>
</foreach>
</if>
</if>
<if
test=
"contract_states !=null "
>
<if
test=
"contract_states !=null
and contract_states.length > 0
"
>
and
and
contract_state in
contract_state in
<foreach
collection=
"contract_states"
index=
"index"
item=
"contract_state"
open=
"("
close=
")"
separator=
","
>
<foreach
collection=
"contract_states"
index=
"index"
item=
"contract_state"
open=
"("
close=
")"
separator=
","
>
...
@@ -458,14 +458,14 @@
...
@@ -458,14 +458,14 @@
and
and
contract_unid=#{contract_unid}
contract_unid=#{contract_unid}
</if>
</if>
<if
test=
"salesperson_unids !=null"
>
<if
test=
"salesperson_unids !=null
and salesperson_unids.length > 0
"
>
and
and
salesperson_unid in
salesperson_unid in
<foreach
collection=
"salesperson_unids"
index=
"index"
item=
"salesperson_unid"
open=
"("
close=
")"
separator=
","
>
<foreach
collection=
"salesperson_unids"
index=
"index"
item=
"salesperson_unid"
open=
"("
close=
")"
separator=
","
>
#{salesperson_unid}
#{salesperson_unid}
</foreach>
</foreach>
</if>
</if>
<if
test=
"contract_states !=null"
>
<if
test=
"contract_states !=null
and contract_states.length > 0
"
>
and
and
contract_state in
contract_state in
<foreach
collection=
"contract_states"
index=
"index"
item=
"contract_state"
open=
"("
close=
")"
separator=
","
>
<foreach
collection=
"contract_states"
index=
"index"
item=
"contract_state"
open=
"("
close=
")"
separator=
","
>
...
@@ -636,7 +636,7 @@
...
@@ -636,7 +636,7 @@
#{salesperson_unid}
#{salesperson_unid}
</foreach>
</foreach>
</if>
</if>
<if
test=
"contract_states !=null"
>
<if
test=
"contract_states !=null
and contract_states.length > 0
"
>
and
and
contract_state in
contract_state in
<foreach
collection=
"contract_states"
index=
"index"
item=
"contract_state"
open=
"("
close=
")"
separator=
","
>
<foreach
collection=
"contract_states"
index=
"index"
item=
"contract_state"
open=
"("
close=
")"
separator=
","
>
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment