|
@@ -78,7 +78,7 @@ public class UnitServiceImpl implements UnitService {
|
|
|
UnitPO unitPo = new UnitPO();
|
|
|
unitPo.setId(unitId);
|
|
|
UnitAlCheckVO unitAlCheckVo = BeanMapperUtils.map(getOne(unitPo), UnitAlCheckVO.class);
|
|
|
- Integer checkNumber = bsSupervisionAllMapper.selectCount(null, null, startTime, endTime, unitId);
|
|
|
+ Integer checkNumber = bsSupervisionAllMapper.selectCount(null, null, startTime, endTime, unitId,null);
|
|
|
unitAlCheckVo.setCheckNumber(checkNumber);
|
|
|
//历史火灾统计
|
|
|
Integer fireCount = fireStatisticsMapper.selectCount(startTime, endTime, null, null, unitId,null);
|