|
@@ -177,12 +177,15 @@ namespace MySystem.Controllers
|
|
|
// TradeChangeService.Instance.StatTradeAmount(id, 2, 1);
|
|
|
// }
|
|
|
|
|
|
- // WebCMSEntities db = new WebCMSEntities();
|
|
|
+ // OpModels.WebCMSEntities db = new OpModels.WebCMSEntities();
|
|
|
// PosMachinesTwo pos = db.PosMachinesTwo.FirstOrDefault(m => m.PosSn == "8610086012" && m.ActivationState == 0 && !string.IsNullOrEmpty(m.SeoKeyword) && m.SeoKeyword != "0" && (m.CreditTrade >= 1000 || m.BrandId == 14));
|
|
|
// if(pos != null)
|
|
|
// {
|
|
|
// SycnSpTradeService.Instance.ActPos(db, pos, 0, 30);
|
|
|
// }
|
|
|
+
|
|
|
+ // AlipayPayBack2Service.Instance.OperateAmountChange(db, 392, 40000, 2, 1, "商城购机");
|
|
|
+ // AlipayPayBack2Service.Instance.OperateAmountChange(db, 392, 40000, 1, 2, "商城购机");
|
|
|
// db.Dispose();
|
|
|
|
|
|
string result = "";
|