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 1573931a
authored
Aug 06, 2018
by
王军业
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
[修改删除发货接口]
1 parent
c780c069
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
code/finance_serv/src/main/java/com/vion/financial/service/imp/DeliverGoodsServiceImpl.java
code/finance_serv/src/main/java/com/vion/financial/service/imp/DeliverGoodsServiceImpl.java
View file @
1573931
...
...
@@ -145,12 +145,14 @@ public class DeliverGoodsServiceImpl implements DeliverGoodsService {
logger
.
info
(
"=========================删除合同发货信息======================="
);
Appendix
appendix
=
null
;
if
(!
contractService
.
isDelete
(
s
))
{
if
(
deliverGoodsVo
.
getDeliver_unids
()!=
null
)
{
for
(
int
deliverUnid
:
deliverGoodsVo
.
getDeliver_unids
())
{
deliverGoodsMapper
.
deleteDeliverGoods
(
deliverUnid
);
appendix
=
new
Appendix
();
appendix
.
setBusiness_unid
(
String
.
valueOf
(
deliverUnid
));
appendixService
.
deleteAppendix
(
appendix
);
}
}
return
successCode
;
}
else
{
...
...
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