| | |
| | | import com.github.pagehelper.PageHelper; |
| | | import com.sandu.common.object.BaseConditionVO; |
| | | import com.sandu.common.service.impl.BaseServiceImpl; |
| | | import com.sandu.ximon.dao.domain.DeviceOperationLog; |
| | | import com.sandu.ximon.dao.domain.InnerFrameData; |
| | | import com.sandu.ximon.dao.mapper.InnerFrameDataMapper; |
| | | import lombok.AllArgsConstructor; |
| | |
| | | if (operation != null && operation.trim().length() != 0) { |
| | | lambdaQueryWrapper.like(InnerFrameData::getOperation, operation); |
| | | } |
| | | lambdaQueryWrapper.orderByDesc(InnerFrameData::getId); |
| | | |
| | | if (baseConditionVO != null) { |
| | | PageHelper.startPage(baseConditionVO.getPageNo(), baseConditionVO.getPageSize()); |