eganwu пре 1 година
родитељ
комит
a5f45431ba
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/custom/restcontroller/webmanage/saletool/notice/notice.java

+ 1 - 1
src/custom/restcontroller/webmanage/saletool/notice/notice.java

@@ -84,7 +84,7 @@ public class notice extends Controller {
                 where = where + " and t1.checkdate >='" + whereObject.getString("begindate") + "'";
             }
             if (whereObject.containsKey("enddate") && !"".equals(whereObject.getString("enddate"))) {
-                where = where + " and t1.checkdate <='" + whereObject.getString("enddate") + "'";
+                where = where + " and t1.checkdate <='" + whereObject.getString("enddate") + " 23:59:59'";
             }
 //            if (whereObject.containsKey("isread") && !"".equals(whereObject.getString("isread"))) {
 //                if (whereObject.getBooleanValue("isread")) {