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 c3902c0b
authored
6 years ago
by
谢明辉
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'develop' of
http://192.168.9.26/platform/finance_serv
into develop
2 parents
ff971068
6ed107d9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 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 @
c3902c0
...
...
@@ -298,7 +298,7 @@
where contract_unid=#{contract_unid}
</update>
<delete
id=
"deleteOne"
parameterType=
"java.lang.String"
>
update tb_contract set is_delete =
fals
e where contract_unid = #{contract_unid}
update tb_contract set is_delete =
tru
e where contract_unid = #{contract_unid}
<!-- delete from tb_contract where contract_unid = #{contract_unid} -->
</delete>
...
...
@@ -688,7 +688,10 @@
select is_delete from tb_contract where contract_unid = #{contract_unid}
</select>
<select
id=
"queryList"
resultType=
"String"
>
select contract_unid from tb_contract
select contract_unid from tb_contract where
is_delete=false
and project_unid is not null
and customer_unid is not null
</select>
<select
id=
"countNumber"
resultType=
"int"
>
select count(contract_unid) from tb_contract where is_delete=false
...
...
This diff is collapsed.
Click to expand it.
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