Browse Source

修复押金推送问题

lcl 3 months ago
parent
commit
840035d252
1 changed files with 1 additions and 1 deletions
  1. 1 1
      AppStart/GetHaoDaFTPInfoService.cs

+ 1 - 1
AppStart/GetHaoDaFTPInfoService.cs

@@ -546,7 +546,7 @@ namespace MySystem
             {
                 MpMainModels2.WebCMSEntities db = new MpMainModels2.WebCMSEntities();
                 List<MpMainModels2.HdOrderTmp> orders = db.HdOrderTmp.Where(m => m.Status == 0).Take(200).ToList();
-                if(orders.Count > 1)
+                if(orders.Count > 0)
                 {
                     foreach (var order in orders)
                     {