|
@ -86,7 +86,7 @@ public class PatientSosContactsJob implements Job {
|
|
|
sosContactsDO.setUpdateInfo(sosContactsDO.getUpdateInfo()+",{deviceSn:"+device_sn+":"+-1+"}");
|
|
|
}
|
|
|
}else if ("16".equals(category_code)){
|
|
|
sql =" select num from base_patient_sos_contacts where patient='"+patient+"' ";
|
|
|
sql =" select sos_phone from base_patient_sos_contacts where patient='"+patient+"' ";
|
|
|
List<String> nums = jdbcTemplate.queryForList(sql,String.class);
|
|
|
String phone1 = null;
|
|
|
String phone2 = null;
|