Răsfoiți Sursa

修复盒易付押金显示问题

lcl 3 ani în urmă
părinte
comite
2df8424383
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      Areas/Admin/Controllers/MainServer/SysToolsController.cs

+ 1 - 1
Areas/Admin/Controllers/MainServer/SysToolsController.cs

@@ -1096,7 +1096,7 @@ namespace MySystem.Areas.Admin.Controllers
             }
             }
             string tradeAmount = pos.CreditTrade.ToString();
             string tradeAmount = pos.CreditTrade.ToString();
             decimal Deposit = decimal.Parse(function.CheckNum(pos.SeoKeyword));
             decimal Deposit = decimal.Parse(function.CheckNum(pos.SeoKeyword));
-            if (pos.BrandId != 2 && pos.BrandId != 7 && pos.BrandId != 10 && pos.BrandId != 11)
+            if (pos.BrandId != 2 && pos.BrandId != 7 && pos.BrandId != 10 && pos.BrandId != 11 && pos.BrandId != 12)
             {
             {
                 Deposit = Deposit / 100;
                 Deposit = Deposit / 100;
             }
             }