|
@@ -175,7 +175,7 @@ public class GPressureRegulatingBoxServiceImpl extends ServicePlusImpl<GPressure
|
|
|
}
|
|
|
if (!ObjectUtils.isEmpty(bo.getJobNum())){
|
|
|
GRegulatorBoxRelationBo entity = new GRegulatorBoxRelationBo();
|
|
|
- entity.setUserId(bo.getJobNum());
|
|
|
+ entity.setJobNum(bo.getJobNum());
|
|
|
List<Long> ids = regulatorBoxRelationService.queryList(entity).stream().map(GRegulatorBoxRelationVo::getRegulatorBoxId).collect(Collectors.toList());
|
|
|
if (!ObjectUtils.isEmpty(ids)) {
|
|
|
lqw.notIn(GPressureRegulatingBox::getId,ids);
|