|
@@ -54,6 +54,13 @@ namespace MySystem
|
|
|
StatService.Instance.PreActPrize(db, pos, merchant, act.SeoTitle);
|
|
|
}
|
|
|
|
|
|
+ if(pos.BrandId == 12 || pos.BrandId == 13 || pos.BrandId == 15 || pos.BrandId == 16)
|
|
|
+ {
|
|
|
+ decimal CheckMoney = kqproduct.ActTradeAmount > 0 ? kqproduct.ActTradeAmount : 1000;
|
|
|
+ int CheckDays = 30;
|
|
|
+ SycnSpTradeService.Instance.ActPos(db, pos, CheckMoney, CheckDays);
|
|
|
+ }
|
|
|
+
|
|
|
ActivateRecord edit = spdb.ActivateRecord.FirstOrDefault(m => m.Id == act.Id);
|
|
|
if (edit != null)
|
|
|
{
|