- 京东到家活动信息中,单个Sku上的活动时间更准确,
This commit is contained in:
@@ -398,8 +398,8 @@ func vendorActInfo2Model(ctx *jxcontext.Context, db *dao.DaoDB, act2 *model.Act2
|
||||
vendorStoreIDMap[v.VendorStoreID] = 1
|
||||
vendorSkuIDMap[v.VendorSkuID] = 1
|
||||
}
|
||||
globals.SugarLogger.Debug(utils.Format4Output(vendorStoreIDMap, false))
|
||||
globals.SugarLogger.Debug(utils.Format4Output(vendorSkuIDMap, false))
|
||||
// globals.SugarLogger.Debug(utils.Format4Output(vendorStoreIDMap, false))
|
||||
// globals.SugarLogger.Debug(utils.Format4Output(vendorSkuIDMap, false))
|
||||
|
||||
vendorID := act2.VendorID
|
||||
storeSkuList, err2 := dao.GetStoresSkusInfoByVendorInfo(db, vendorID, jxutils.StringMap2List(vendorStoreIDMap), jxutils.StringMap2List(vendorSkuIDMap))
|
||||
|
||||
Reference in New Issue
Block a user