mirror of https://github.com/jeecgboot/jeecg-boot
feat: added a date filter
parent
976a6ee274
commit
572c7d13d4
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue