소스 검색

设置费率新规则,排除盒子方式变更

lcl 1 년 전
부모
커밋
f743d2ff05
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      AppStart/Helper/SetDepositPostService.cs

+ 1 - 1
AppStart/Helper/SetDepositPostService.cs

@@ -62,7 +62,7 @@ namespace MySystem
                                 {
                                     decimal Fee = Kind == 1 ? 0.63M : 0.6M;
                                     int addRate = 0;
-                                    if(pos.BrandId < 12)
+                                    if(pos.BrandId != 12 && pos.BrandId != 13)
                                     {
                                         if(Fee == 0.63M) 
                                         {