|
@ -1362,7 +1362,7 @@ public class MonitorPlatformService {
|
|
|
}
|
|
|
//失联
|
|
|
if("2".equals(quotaCode)){
|
|
|
sql = new StringBuffer("SELECT count(*) from wlyy.wlyy_patient_device d,wlyy.wlyy_sign_family f");
|
|
|
sql = new StringBuffer("SELECT count(*) from wlyy.wlyy_patient_device d,wlyy.wlyy_sign_family f ");
|
|
|
sqlCondition = new StringBuffer(" where 1=1 ");
|
|
|
if (org.apache.commons.lang3.StringUtils.isNoneBlank(area)){
|
|
|
sql.append("LEFT JOIN wlyy.dm_hospital dh on f.hospital = dh.`code` ");
|