|
@@ -284,7 +284,7 @@ public class MeterReadRecordDao extends BaseDao<MeterReadRecord, String> impleme
|
|
|
if (ZoniotStringUtils.isNotEmpty(dto.getConcentratorId())) {
|
|
|
criteria.and("concentratorId").is(dto.getConcentratorId());
|
|
|
}
|
|
|
- if (ZoniotStringUtils.isNotEmpty(dto.getDeviceMeterNo())) {
|
|
|
+ if (ZoniotStringUtils.isNotEmpty(dto.getReadStatus())) {
|
|
|
criteria.and("readStatus").is(dto.getReadStatus());
|
|
|
}
|
|
|
if (ZoniotStringUtils.isNotEmpty(dto.getDeviceMeterNo())) {
|