Browse Source

盒易付和来客吧电签,稳定期自动转到稳定期Abug

lcl 1 year ago
parent
commit
4986a7287f
2 changed files with 1 additions and 1 deletions
  1. BIN
      .DS_Store
  2. 1 1
      AppStart/Helper/SycnSpServer/SycnSpTradeService.cs

BIN
.DS_Store


+ 1 - 1
AppStart/Helper/SycnSpServer/SycnSpTradeService.cs

@@ -474,7 +474,7 @@ namespace MySystem
                                             if(MerHelpFlag == 2) Version = 1;
                                             if(MerHelpFlag == 2) Version = 1;
                                             if(MerHelpFlag == 3) Version = 2;
                                             if(MerHelpFlag == 3) Version = 2;
                                             //盒易付和来客吧电签,稳定期自动转到稳定期A
                                             //盒易付和来客吧电签,稳定期自动转到稳定期A
-                                            if((pos.BrandId == 12 || pos.BrandId == 13 || pos.BrandId == 15) && Version == 0)
+                                            if((pos.BrandId == 12 || pos.BrandId == 13 || pos.BrandId == 15) && MerHelpFlag == 0 && Version == 0)
                                             {
                                             {
                                                 Version = 1;
                                                 Version = 1;
                                             }
                                             }