套餐商品 数据问题
This commit is contained in:
@@ -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());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user