Browse Source

开店宝调低不请求接口

lichunlei 2 năm trước cách đây
mục cha
commit
bc8ae97557
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      AppStart/Helper/SetDepositPostService.cs

+ 1 - 1
AppStart/Helper/SetDepositPostService.cs

@@ -91,7 +91,7 @@ namespace MySystem
                                             db.SaveChanges();
                                         }
                                     }
-                                    else if(pos.BrandId == 2) //开店宝
+                                    else if(pos.BrandId == 2 && Kind == 1) //开店宝
                                     {
                                         Fee = Fee / 100;
                                         string content = ModifyFee(pos.PosSn, Fee);