ソースを参照

修复显示问题

DuGuYang 1 年間 前
コミット
36fad5158d
1 ファイル変更1 行追加1 行削除
  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;
                         }
                     }