|
@ -301,7 +301,15 @@ public class BaseBannerDoctorService
|
|
|
Date date = new Date();
|
|
|
SimpleDateFormat format = new SimpleDateFormat("yyyy-MM-dd");
|
|
|
String strDate = format.format(date);
|
|
|
sql.append(" and t.create_time > '" + strDate + " 00:00:00' and t.create_time<'" + strDate + " 23:59:59'");
|
|
|
if("xm_ykyy_wx".equals(wxId)){
|
|
|
if (flag){
|
|
|
sql.append(" and t.create_time > '" + strDate + " 00:00:00' and t.create_time<'" + strDate + " 23:59:59'");
|
|
|
}else {
|
|
|
sql.append(" and t.create_time > to_date('" + strDate + " 00:00:00', 'yyyy-mm-dd hh24:mi:ss') and t.create_time< to_date('" + strDate + " 23:59:59','yyyy-mm-dd hh24:mi:ss')");
|
|
|
}
|
|
|
}else{
|
|
|
sql.append(" and t.create_time > '" + strDate + " 00:00:00' and t.create_time<'" + strDate + " 23:59:59'");
|
|
|
}
|
|
|
sql.append(" group by t.relation_code,t.patient_id");
|
|
|
List<Map<String, Object>> list = this.hibenateUtils.createSQLQuery(sql.toString());
|
|
|
WlyyHospitalSysDictDO wlyyHospitalSysDictDO = this.wlyyHospitalSysDictDao.findById("banner_gives_times");
|
|
@ -392,6 +400,7 @@ public class BaseBannerDoctorService
|
|
|
Date date = new Date();
|
|
|
SimpleDateFormat format = new SimpleDateFormat("yyyy-MM-dd");
|
|
|
String strDate = format.format(date);
|
|
|
System.out.println(wxId+flag);
|
|
|
if("xm_ykyy_wx".equals(wxId)){
|
|
|
if (flag){
|
|
|
sql.append(" and t.create_time > '" + strDate + " 00:00:00' and t.create_time<'" + strDate + " 23:59:59'");
|
|
@ -401,7 +410,6 @@ public class BaseBannerDoctorService
|
|
|
}else{
|
|
|
sql.append(" and t.create_time > '" + strDate + " 00:00:00' and t.create_time<'" + strDate + " 23:59:59'");
|
|
|
}
|
|
|
|
|
|
List<Map<String, Object>> list = this.hibenateUtils.createSQLQuery(sql.toString());
|
|
|
WlyyHospitalSysDictDO wlyyHospitalSysDictDO = this.wlyyHospitalSysDictDao.findById("leave_message_times");
|
|
|
long countTimes = 5L;
|