Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wei.zhou
/
iClear-api
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
wei.zhou
2021-07-09 12:13:36 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0ed9314e491651fd31812323bd9851f10d215c20
0ed9314e
1 parent
c602e194
FIX BUG
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/erry/iclear/dateInterface/service/ChmConsignmentService.java
src/main/java/com/erry/iclear/dateInterface/service/ChmConsignmentService.java
View file @
0ed9314
...
...
@@ -341,7 +341,7 @@ public class ChmConsignmentService {
//2、校验 7天+运单 ,如果有数据并且 还未报关就更新,如果数据就插入
ChmConsignment
chmConsignmentDB
=
this
.
findChmConsignmentByConsignmentCode
(
mawb
.
getBillNo
(),
DateUtils
.
addDate
(
DateUtils
.
getCurrentDate
(),-
7
));
ChmConsignment
chmConsignmentDB
=
this
.
findChmConsignmentByConsignmentCode
(
chmConsignment
.
getConsignmentCode
(),
DateUtils
.
addDate
(
DateUtils
.
getCurrentDate
(),-
7
));
//3、新增或更新
...
...
Please
register
or
login
to post a comment