feat: added a date filter

pull/8523/head
Xue YANG 2025-04-16 11:51:17 +02:00
parent 976a6ee274
commit 572c7d13d4
1 changed files with 0 additions and 9 deletions

View File

@ -757,15 +757,6 @@ public class SkuListMabangServiceImpl extends ServiceImpl<SkuListMabangMapper, S
return null;
}
SkuData skuData = new SkuData();
//不设置null\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
if (sku.getErpCode() == null) {
log.error("ERP code is null for skuId: {}", sku.getId());
responses.addFailure("UNKNOWN_ERP_CODE_" + sku.getId(), "ERP code is null");
return null;
}
//不设置null\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
skuData.setErpCode(sku.getErpCode());
if(remarkMappedByErpCode.containsKey(sku.getErpCode())) {
StringBuilder remark = new StringBuilder();