tb_product 新增 refund_mode
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user