Commit 57460fee authored by suhuiguang's avatar suhuiguang

1.报检设备增加过滤-只有已纳管才能做业务,修改公平es,需要监管存数据

parent 9d5f1a76
......@@ -1291,11 +1291,6 @@ public class JyjcInspectionApplicationServiceImpl extends BaseService<JyjcInspec
return fullAddress;
}
private List<IdxBizJgUseInfo> getUseInfoListByEquIds(List<String> equIds) {
QueryWrapper<IdxBizJgUseInfo> queryWrapper = new QueryWrapper<>();
queryWrapper.lambda().in(IdxBizJgUseInfo::getRecord, equIds);
return jgUseInfoMapper.selectList(queryWrapper);
}
public List<TzBaseEnterpriseInfoDto> getInspectionUnitListForWorkbench(String openBizType) {
return commonService.getInspectionUnitList(openBizType);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment