|
@@ -52,7 +52,10 @@ namespace MySystem
|
|
|
}
|
|
|
db.SaveChanges();
|
|
|
PxcModels.PosMerchantInfo merchant = db.PosMerchantInfo.FirstOrDefault(m => m.Id == pos.BindMerchantId) ?? new PxcModels.PosMerchantInfo();
|
|
|
- StatService.Instance.PreActPrize(db, pos, merchant, act.SeoTitle);
|
|
|
+ if(pos.BrandId < 18 || pos.BrandId > 21) //来客吧
|
|
|
+ {
|
|
|
+ StatService.Instance.PreActPrize(db, pos, merchant, act.SeoTitle);
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
if(pos.BrandId == 7 || pos.BrandId == 12 || pos.BrandId == 13 || pos.BrandId == 15 || pos.BrandId == 16)
|