套餐商品 数据问题

This commit is contained in:
2025-04-12 16:01:52 +08:00
parent 5f391a9898
commit f07a5b8f67

View File

@@ -557,6 +557,7 @@ public class ShopSyncServiceImpl implements ShopSyncService {
tbProductNew.setSelectSpecInfo(tbProduct.getSelectSpecInfo()); tbProductNew.setSelectSpecInfo(tbProduct.getSelectSpecInfo());
tbProductNew.setSort(tbProduct.getSort()); tbProductNew.setSort(tbProduct.getSort());
tbProductNew.setIsDel(tbProduct.getIsDel()); tbProductNew.setIsDel(tbProduct.getIsDel());
tbProductNew.setGroupSnap(tbProduct.getGroupSnap());
productService.updateById(tbProductNew, false); productService.updateById(tbProductNew, false);
proMap.put(tbProductNew.getSyncId(), tbProductNew.getId()); proMap.put(tbProductNew.getSyncId(), tbProductNew.getId());
} }