| WebTM/views/系统管理/日志管理/Xt_SystemLogList.html | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
WebTM/views/ϵͳ¹ÜÀí/ÈÕÖ¾¹ÜÀí/Xt_SystemLogList.html
@@ -687,10 +687,10 @@ HOrgID = $("#HOrgID").val();//ç»ç» } if (HDate) { sWhere += " and æ¥æ >= '" + HDate + "'"; sWhere += " and convert(varchar(7),æ¥æ,20) >= '" + HDate + "'"; } if (HDate1) { sWhere += " and æ¥æ <= '" + HDate1 + "'"; sWhere += " and convert(varchar(7),æ¥æ,20) <= '" + HDate1 + "'"; } if (UserID) { sWhere += " and ç¨æ·å like '%" + UserID + "%'";