瀏覽代碼

Merge branch 'DuGuYang' into develop

lichunlei 3 年之前
父節點
當前提交
c69c45e151
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Areas/Admin/Controllers/MainServer/PosMerchantInfoListController.cs

+ 2 - 2
Areas/Admin/Controllers/MainServer/PosMerchantInfoListController.cs

@@ -301,7 +301,7 @@ namespace MySystem.Areas.Admin.Controllers
                     var pos = db.PosMachinesTwo.FirstOrDefault(m => m.PosSn == KqSnNo) ?? new PosMachinesTwo();
                     if (!string.IsNullOrEmpty(pos.SeoKeyword))
                     {
-                        if (pos.BrandId != 2 && pos.BrandId != 7)
+                        if (pos.BrandId != 2 && pos.BrandId != 7 && pos.BrandId != 10 && pos.BrandId != 11)
                         {
                             ReturnAmount += decimal.Parse(pos.SeoKeyword) / 100;
                         }
@@ -379,7 +379,7 @@ namespace MySystem.Areas.Admin.Controllers
                 string SeoKeyword = "0";
                 if (!string.IsNullOrEmpty(pos.SeoKeyword))
                 {
-                    if (pos.BrandId != 2 && pos.BrandId != 7)
+                    if (pos.BrandId != 2 && pos.BrandId != 7 && pos.BrandId != 10 && pos.BrandId != 11)
                     {
                         SeoKeyword = (decimal.Parse(pos.SeoKeyword) / 100).ToString();
                     }