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-05 11:21:01 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
80913ffdb549850f7d1613a949aeddbf02db3744
80913ffd
1 parent
2885c813
customer|add代码调整
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 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 @
80913ff
...
...
@@ -104,7 +104,7 @@ public class ConsignmentUtil {
consignmentAddDto
.
setIsCreatorFlag
(
DigitConstants
.
DIGIT_ONE
);
return
responseUtils
.
success
(
consignmentAddDto
);
}
else
{
consignmentAddDto
.
setIsCreatorFlag
(
DigitConstants
.
DIGIT_
FOUR
);
consignmentAddDto
.
setIsCreatorFlag
(
DigitConstants
.
DIGIT_
THREE
);
return
responseUtils
.
success
(
ResponseCode
.
MESSAGE_CODE_30011
,
consignmentAddDto
);
}
}
...
...
@@ -161,7 +161,7 @@ public class ConsignmentUtil {
consignmentAddDto
.
setIsCreatorFlag
(
DigitConstants
.
DIGIT_ONE
);
return
responseUtils
.
success
(
consignmentAddDto
);
}
else
{
consignmentAddDto
.
setIsCreatorFlag
(
DigitConstants
.
DIGIT_
FOUR
);
consignmentAddDto
.
setIsCreatorFlag
(
DigitConstants
.
DIGIT_
THREE
);
consignmentAddDto
.
setConsignment
(
null
);
return
responseUtils
.
success
(
ResponseCode
.
MESSAGE_CODE_30011
,
consignmentAddDto
);
}
...
...
Please
register
or
login
to post a comment