Pārlūkot izejas kodu

修复显示问题

DuGuYang 1 gadu atpakaļ
vecāks
revīzija
ad66447669
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      Util/MerchantAmountSummayUtil.cs

+ 1 - 1
Util/MerchantAmountSummayUtil.cs

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