同步过滤逻辑修改1
This commit is contained in:
+1
-1
@@ -177,7 +177,7 @@ public class UserShipperMasterDataSyncService {
|
||||
continue;
|
||||
}
|
||||
try {
|
||||
String ncCode = trimToEmpty(record.getDesc17());
|
||||
String ncCode = trimToEmpty(record.getCode());
|
||||
String companyName = trimToEmpty(record.getDesc1());
|
||||
String matchKey = UserShipperApplicationService.buildMasterDataMatchKey(ncCode, companyName);
|
||||
Long targetOrganizationId = MdmMerchantSyncFilter.resolveSaveOrganizationId(record, organizationId);
|
||||
|
||||
+1
@@ -210,6 +210,7 @@ public class MdmMasterDataApplicationService {
|
||||
record.setDesc14(item.getString("DESC14"));
|
||||
record.setDesc15(item.getString("DESC15"));
|
||||
record.setDesc16(item.getString("DESC16"));
|
||||
record.setDesc17(item.getString("DESC17"));
|
||||
record.setDesc23(item.getString("DESC23"));
|
||||
record.setDesc24(item.getString("DESC24"));
|
||||
record.setDesc25(item.getString("DESC25"));
|
||||
|
||||
Reference in New Issue
Block a user