1
This commit is contained in:
@@ -319,6 +319,7 @@ func createTaoVegetable(api *tao_vegetable.API, storeSkuList []*dao.StoreSkuSync
|
||||
DeliveryStorage: utils.String2Pointer(tao_vegetable.CreateItemDeliveryStorage),
|
||||
TemporaryFlag: utils.Int64ToPointer(model.NO),
|
||||
IsOnline: utils.Int64ToPointer(tao_vegetable.CreateIsOnline),
|
||||
BackCatCode: utils.String2Pointer(storeSku.VendorCatID),
|
||||
}
|
||||
sku.SkuPicUrls = uploadImg(api, []string{storeSku.ImgOrigin, storeSku.Img, storeSku.Img2, storeSku.Img3, storeSku.Img4, storeSku.Img5, storeSku.DescImg})
|
||||
if storeSku.MinOrderCount <= model.YES {
|
||||
|
||||
Reference in New Issue
Block a user