客商主数据同步LASTMODIFYRECORDTIME增量修改1
This commit is contained in:
-3
@@ -101,9 +101,6 @@ public final class MdmMerchantSyncFilter {
|
||||
if (!isCustomer(record)) {
|
||||
return SkipReason.NOT_CUSTOMER;
|
||||
}
|
||||
if (StringUtils.isNotEmpty(orgNcCode) && orgNcCode.equals(trim(record.getCode()))) {
|
||||
return SkipReason.INTERNAL_ORG;
|
||||
}
|
||||
if (!belongsToOrg(record.getDesc24(), orgNcCode, syncOrganizationId, topOrganizationId)) {
|
||||
return SkipReason.ORG_MISMATCH;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user