Prechádzať zdrojové kódy

补运营中心额度

lcl 1 rok pred
rodič
commit
1344b8494f
1 zmenil súbory, kde vykonal 4 pridanie a 1 odobranie
  1. 4 1
      Controllers/HomeController.cs

+ 4 - 1
Controllers/HomeController.cs

@@ -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 = "";