From c67f503d21e4d4b25b5050000511db1deb7d0fef Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期四, 23 五月 2024 13:08:00 +0800
Subject: [PATCH] 系统上机日志查询:调整返回的数据数量

---
 DAL/源单/InterFace源单/Cls_S_IFCLD_ICMOList.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git "a/DAL/\346\272\220\345\215\225/InterFace\346\272\220\345\215\225/Cls_S_IFCLD_ICMOList.cs" "b/DAL/\346\272\220\345\215\225/InterFace\346\272\220\345\215\225/Cls_S_IFCLD_ICMOList.cs"
index dbdbdfc..cc2460a 100644
--- "a/DAL/\346\272\220\345\215\225/InterFace\346\272\220\345\215\225/Cls_S_IFCLD_ICMOList.cs"
+++ "b/DAL/\346\272\220\345\215\225/InterFace\346\272\220\345\215\225/Cls_S_IFCLD_ICMOList.cs"
@@ -13,8 +13,8 @@
             base.ViewName = "h_v_IFCLD_ICMOBillList_Source";
             base.mvarReportTitle = "鐢熶骇璁㈠崟";
             base.mvarItemKey = "3710";
-            base.sCondtion = " and 浠诲姟鏁伴噺>isnull(鍏ュ簱鏁伴噺,0)  and 鐘舵��<>'缁撴' ";
-            base.sOrderSql = "   order by 鍗曟嵁鍙�  ";
+            base.sCondtion = " ";
+            base.sOrderSql = "   order by 鍗曟嵁鍙� desc ";
             base.sKeyCol = "閮ㄩ棬";
         }
  

--
Gitblit v1.9.1