liubing 4 سال پیش
والد
کامیت
972e155591
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      svr/svr-cloud-care/src/main/java/com/yihu/jw/care/service/message/PatientMessageService.java

+ 1 - 1
svr/svr-cloud-care/src/main/java/com/yihu/jw/care/service/message/PatientMessageService.java

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