商品多余字段删除

This commit is contained in:
2024-11-18 15:16:52 +08:00
parent be8c796254
commit 5bf6bc4fed
11 changed files with 197 additions and 1132 deletions

View File

@@ -108,7 +108,7 @@ public class ConsMsgConsumer {
return;
}
TbProductWithBLOBs product = tbProductMapper.selectByPrimaryKey(Integer.valueOf(skuWithBLOBs.getProductId()));
TbProduct product = tbProductMapper.selectByPrimaryKey(Integer.valueOf(skuWithBLOBs.getProductId()));
if (Objects.isNull(product)) {
log.info("商品信息不存在");
return;