爆品预警测试

This commit is contained in:
苏尹岚
2020-01-20 14:40:32 +08:00
parent 48d2d762e7
commit 7efc93847d

View File

@@ -3362,6 +3362,9 @@ func SendSeckillSkusCountMsg(ctx *jxcontext.Context, vendorIDs []int, isAsync, i
store := batchItemList[0].(*model.Store)
for _, vendorID := range vendorIDs {
storeDetial, _ := dao.GetStoreDetail(db, store.ID, vendorID)
if storeDetial == nil {
continue
}
var type1, type2 int
switch vendorID {
case model.VendorIDEBAI: