Browse Source

修复盒易付押金显示问题

lcl 3 years ago
parent
commit
2df8424383
1 changed files with 1 additions and 1 deletions
  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();
             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;
             }