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 37d4942f
authored
Aug 14, 2018
by
王军业
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
02455154
1 parent
952ceb30
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
code/finance_serv/src/main/java/com/vion/financial/mapper/ContractMapper.java
code/finance_serv/src/main/java/com/vion/financial/mapping/ContractMapper.xml
code/finance_serv/src/main/java/com/vion/financial/mapper/ContractMapper.java
View file @
37d4942
...
...
@@ -19,6 +19,6 @@ public interface ContractMapper {
List
<
String
>
queryList
();
List
<
ContractVo
>
selectByCondition
(
SelectVo
selectVo
);
int
count
(
SelectVo
selectVo
);
b
oolean
isDelete
(
String
contract_unid
);
B
oolean
isDelete
(
String
contract_unid
);
List
<
ExportModel
>
exportContracts
(
SelectVo
selectVo
);
}
code/finance_serv/src/main/java/com/vion/financial/mapping/ContractMapper.xml
View file @
37d4942
...
...
@@ -672,7 +672,7 @@
</select>
<select
id=
"isDelete"
parameterType=
"String"
resultType=
"
b
oolean"
>
<select
id=
"isDelete"
parameterType=
"String"
resultType=
"
B
oolean"
>
select is_delete from tb_contract where contract_unid = #{contract_unid}
</select>
<select
id=
"queryList"
resultType=
"String"
>
...
...
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