|
@ -810,7 +810,7 @@ public class StatisticsService {
|
|
|
int uploadTotal = 0;
|
|
|
int uploadXt = 0;//
|
|
|
int uploadXy = 0;//
|
|
|
String uploadSql = "select type,count(id) num from wlyy_patient_health_index where 1=1 "+filterUpload+" group by type";
|
|
|
String uploadSql = "select type,count(id) num from wlyy_patient_health_index where del=1 "+filterUpload+" group by type";
|
|
|
List<Map<String,Object>> uploadList = jdbcTemplate.queryForList(uploadSql);
|
|
|
for (Map<String,Object> map:uploadList){
|
|
|
String type = map.get("type")+"";
|