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
2024-12-20 17:16:37 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ecbba3623f3bc5150fc1b3ac57dbaf2643a717b9
ecbba362
1 parent
8c25b7bb
customer|add调整
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
server/biz-customer/src/main/java/com/fedex/connect/customer/service/biz/impl/ConsignmentServiceImpl.java
server/biz-customer/src/main/java/com/fedex/connect/customer/service/biz/impl/ConsignmentServiceImpl.java
View file @
ecbba36
...
...
@@ -92,7 +92,7 @@ public class ConsignmentServiceImpl extends BaseService implements IConsignmentS
*/
if
(
StringUtils
.
isEmpty
(
bo
.
getShipperAccount
())){
ConsignmentAddDto
consignmentAddDto
=
new
ConsignmentAddDto
();
consignmentAddDto
.
setIsCreatorFlag
(
DigitConstants
.
DIGIT_
TW
O
);
consignmentAddDto
.
setIsCreatorFlag
(
DigitConstants
.
DIGIT_
ZER
O
);
return
responseUtils
.
success
(
consignmentAddDto
);
}
return
consignmentUtil
.
consignmentCheckWithNotCe
(
consignment
,
bo
);
...
...
Please
register
or
login
to post a comment