|
@ -332,6 +332,7 @@ public class WlyygcStatisticsService {
|
|
|
"AND p.archive_type = 1 " +
|
|
|
"AND r.patient = p.id " +
|
|
|
"AND p.id = pd.`user` " +
|
|
|
"AND pd.del = 0 "+
|
|
|
"AND wd.device_code = pd.device_sn "+filter+" ORDER BY pd.device_name DESC limit " + (page - 1)*size + "," + size;
|
|
|
|
|
|
List<Map<String, Object>> maps = jdbcTemplate.queryForList(deviceSql);
|