Browse Source

修复显示问题

DuGuYang 1 year ago
parent
commit
36fad5158d
1 changed files with 1 additions and 1 deletions
  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;
                         }
                     }