调试信息输出
This commit is contained in:
@@ -2306,11 +2306,9 @@ func GetTopSkusByCityCode(ctx *jxcontext.Context, cityCode, storeID int) (skuNam
|
||||
sku[0].Price = int(storeSkuSync.Price)
|
||||
skuList = append(skuList, sku...)
|
||||
}
|
||||
globals.SugarLogger.Debugf("test", storeSkuSyncInfo)
|
||||
v.UnitPrice = int(storeSkuSyncInfo[0].UnitPrice)
|
||||
v.Skus = skuList
|
||||
for _, vv := range skuList {
|
||||
globals.SugarLogger.Debugf("test1", vv)
|
||||
var (
|
||||
storeSkuNameExt []*dao.StoreSkuNameExt
|
||||
skusList []*dao.StoreSkuExt
|
||||
|
||||
Reference in New Issue
Block a user