|
@@ -225,12 +225,6 @@ public class DeviceSimServiceImpl extends ServiceImpl<DeviceSimMapper, DeviceSim
|
|
int count = baseMapper.pageCount(paramsObj);
|
|
int count = baseMapper.pageCount(paramsObj);
|
|
pageCountVo.setIsNotActivate(count);
|
|
pageCountVo.setIsNotActivate(count);
|
|
})
|
|
})
|
|
- .execute(() -> {
|
|
|
|
- //待处理
|
|
|
|
- DeviceSimDto.PageCount paramsObj = Beans.copy(DeviceSimDto.PageCount.class, pageCount);
|
|
|
|
- int count = baseMapper.pageCount(paramsObj);
|
|
|
|
- pageCountVo.setWaitHandleCount(count);
|
|
|
|
- })
|
|
|
|
.end();
|
|
.end();
|
|
return R.ok(pageCountVo);
|
|
return R.ok(pageCountVo);
|
|
}
|
|
}
|