|
@ -177,7 +177,7 @@ public class PatientHealthGuidanceService extends BaseService {
|
|
|
if(StringUtils.isNotEmpty(tzCode)&&!"undefined".equals(tzCode)){
|
|
|
String sql = " select * from device.wlyy_patient_health_index where id in ("+tzCode+")";
|
|
|
List<Map<String, Object>> list = jdbcTemplate.queryForList(sql);
|
|
|
long h24 = 60*60*60*24+10;
|
|
|
long h24 = 1000*60*60*24+10;
|
|
|
for(Map<String, Object> one :list){
|
|
|
if(one.get("manage_result")!=null&&((Integer)one.get("manage_result")==1||(Integer)one.get("manage_result")==2))continue;
|
|
|
String tempSql="";
|