|
|
@@ -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")) {
|