|
@@ -138,7 +138,7 @@ public class SbInfoServiceImpl extends BaseServiceImpl<SbInfoMapper, SbInfo, SbI
|
|
|
private final FillGatherTaskDetailMapper fillGatherTaskDetailMapper;
|
|
|
|
|
|
@Override
|
|
|
- public List<YiBiaoHisroryVO> getPositionNoHistory(SbChangeRecordDTO dto) {
|
|
|
+ public List<YiBiaoHisroryVO> getPositionNoHistory(SbChangeRecordDTO sbChangeRecordDTO) {
|
|
|
// dto.setUseType(4);//仪表
|
|
|
// List<SbInfoVO> sbInfoVOS = mapper.selectVOList(dto);
|
|
|
// List<String> positionNos = sbInfoVOS.stream().map(SbInfoVO::getPositionNo).collect(Collectors.toList());
|
|
@@ -149,7 +149,6 @@ public class SbInfoServiceImpl extends BaseServiceImpl<SbInfoMapper, SbInfo, SbI
|
|
|
//// weekendCriteria.andIn(SbChangeRecord::getSbNoId,positionNos);
|
|
|
// weekendCriteria.andIsNotNull(SbChangeRecord::getActionType);
|
|
|
// sbChangeRecords = sbChangeRecordMapper.selectByExample(weekend);
|
|
|
- SbChangeRecordDTO sbChangeRecordDTO = new SbChangeRecordDTO();
|
|
|
sbChangeRecordDTO.setActionType(1);
|
|
|
List<SbChangeRecordVO> sbChangeRecordVOS = sbChangeRecordMapper.getList(sbChangeRecordDTO);
|
|
|
|