tb_product 新增 refund_mode

This commit is contained in:
2026-04-09 17:30:54 +08:00
parent 86fdcaf8a0
commit 799167a26b
4 changed files with 13 additions and 0 deletions

View File

@@ -565,6 +565,7 @@ public class ShopSyncServiceImpl implements ShopSyncService {
tbProductNew.setGroupType(tbProduct.getGroupType());
tbProductNew.setPackFee(tbProduct.getPackFee());
tbProductNew.setIsAutoSoldStock(tbProduct.getIsAutoSoldStock());
tbProductNew.setRefundMode(tbProduct.getRefundMode());
tbProductNew.setCoverImg(tbProduct.getCoverImg());
tbProductNew.setImages(tbProduct.getImages());
tbProductNew.setWeight(tbProduct.getWeight());