Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
iClear-Connect-Pre-Clearance
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
zelong.shao
2025-01-06 16:42:44 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6d5d418bb5830e37f73dd845582f865e7d87f00a
6d5d418b
1 parent
2fba1c45
customer|add逻辑调整
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
server/biz-customer/src/main/java/com/fedex/connect/customer/util/service/biz/ConsignmentUtil.java
server/biz-customer/src/main/java/com/fedex/connect/customer/util/service/biz/ConsignmentUtil.java
View file @
6d5d418
...
...
@@ -215,6 +215,7 @@ public class ConsignmentUtil {
*/
if
(
isShipperAccountMatch
(
bo
.
getShipperAccount
(),
consignment
.
getShipperAccount
()))
{
consignmentAddDto
.
setIsCreatorFlag
(
DigitConstants
.
DIGIT_ONE
);
consignmentDto
.
setCeFlag
(
1L
);
consignmentAddDto
.
setConsignment
(
consignmentDto
);
return
responseUtils
.
success
(
consignmentAddDto
);
}
...
...
Please
register
or
login
to post a comment