1
This commit is contained in:
@@ -751,6 +751,10 @@ func GetFullStoreSkus(db *DaoDB, vendorID, storeID int) (skus []*StoreSkuSyncInf
|
||||
if err = GetRows(db, &skus, sql, sqlParams...); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
globals.SugarLogger.Debugf("======sql := %s", sql)
|
||||
globals.SugarLogger.Debugf("====param := %s", utils.Format4Output(sqlParams, false))
|
||||
|
||||
return skus, err
|
||||
}
|
||||
|
||||
|
||||
@@ -382,7 +382,7 @@ func (p *PurchaseHandler) createOrUpdateStoreSkus(ctx *jxcontext.Context, storeI
|
||||
|
||||
// 创建子商品
|
||||
//param.FreightId = freightId
|
||||
param.ProductId = utils.Str2Int64(storeSku.VendorSkuID)
|
||||
param.ProductId = utils.Str2Int64(storeSku.VendorMainId)
|
||||
//param.SpecPrices = GetSpecPrices(param.Specs, vendorStoreID, tiktokResult.ProductId, storeSku)
|
||||
// 获取门店限售模板
|
||||
//saleLimitId, err := CreateSaleTemp(utils.Str2Int64(vendorStoreID), api)
|
||||
|
||||
Reference in New Issue
Block a user