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-19 17:17:50 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
341d9ae5aa846adf5efb4a7651f700d48654eea3
341d9ae5
1 parent
cf8241f0
customer|查询调整
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
server/biz-customer/src/main/java/com/fedex/connect/customer/repository/repo/impl/ConsignmentRepositoryImpl.java
server/biz-customer/src/main/java/com/fedex/connect/customer/repository/repo/impl/ConsignmentRepositoryImpl.java
View file @
341d9ae
...
...
@@ -46,7 +46,8 @@ public class ConsignmentRepositoryImpl extends BaseDao implements IConsignmentRe
if
(
SystemDefaultUserConstants
.
SYSTEM_USER_KEYS
.
USER_NAME
.
equals
(
consignment
.
getCreateUserName
())){
consignment
.
setCreateUserName
(
user
.
getUserName
());
}
if
(!
user
.
getUserUuid
().
equals
(
consignment
.
getUserUuid
())
&&
(!
StringUtils
.
isEmpty
(
user
.
getAccountNo
())
&&
!
user
.
getAccountNo
().
equals
(
consignment
.
getShipperAccount
()))){
if
(!
user
.
getUserUuid
().
equals
(
consignment
.
getUserUuid
())
&&
(!
StringUtils
.
isEmpty
(
user
.
getAccountNo
())
&&
!
user
.
getAccountNo
().
equals
(
consignment
.
getShipperAccount
()))
&&
(!
StringUtils
.
isEmpty
(
consignment
.
getUserInputShipperAccount
())
&&
!
consignment
.
getUserInputShipperAccount
().
equals
(
consignment
.
getShipperAccount
()))){
consignment
.
setRecipientContactName
(
null
);
consignment
.
setRecipientCompany
(
null
);
consignment
.
setDocNondocFlag
(
null
);
...
...
Please
register
or
login
to post a comment