|
@ -44,7 +44,7 @@ public class PatientMessageService {
|
|
|
sqlCondition += " and t.notice_time <= '"+endTime+"' ";
|
|
|
}
|
|
|
|
|
|
String time = DateUtil.getTime();
|
|
|
String time = DateUtil.getStringDate();
|
|
|
sqlCondition += " and t.notice_time <= '"+time+"' ";
|
|
|
|
|
|
Long count = jdbcTemplate.queryForObject(sqlCount+sqlCondition,Long.class);
|