WebTM/views/É豸¹ÜÀí/É豸¹¤ÒÕ²ÎÊý¶©µ¥µã¼ì±í/SB_EquipICMOTechParamBillList.html
@@ -787,10 +787,10 @@ sWhere += " and " + ColName + " " + com; } if (HBeginDate) { sWhere += " and æ¥æ >= '" + HBeginDate + "'"; sWhere += " and CONVERT(varchar(100),æ¥æ, 23) >= '" + HBeginDate + "'"; } if (HEndDate) { sWhere += " and æ¥æ <= '" + HEndDate + "'"; sWhere += " and CONVERT(varchar(100),æ¥æ, 23) <= '" + HEndDate + "'"; } if (HBillNo) { sWhere += " and åæ®å· like '%" + HBillNo + "%'";