Explorar o código

修复显示问题

DuGuYang hai 1 ano
pai
achega
36fad5158d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Util/Main/MerchantAmountSummayUtil.cs

+ 1 - 1
Util/Main/MerchantAmountSummayUtil.cs

@@ -61,7 +61,7 @@ namespace MySystem
                             //已通过
                             if (TradeAmount >= 10000 && check.Id > 0) Status = 2;
                             //未通过
-                            if (TradeAmount < 10000 && check.Id > 0) Status = -1;
+                            if (TradeAmount < 10000 && check.Id >= 0) Status = -1;
                         }
                     }