|
@@ -689,7 +689,7 @@ public class PmDemandServiceImpl extends ServiceImpl<PmDemandMapper, PmDemand> i
|
|
|
List<PmDemandResVo> pmDemandResVos = demandChangeTo(pageRes.getRecords());
|
|
|
|
|
|
for (PmDemandResVo vo : pmDemandResVos) {
|
|
|
- if (Arrays.asList(1, 2, 3).contains(reqType)) {
|
|
|
+ if (Arrays.asList(1, 2).contains(reqType)) {
|
|
|
// 根据项目id 和 部门id 和 参数类型 获取 部门级别
|
|
|
List<PmAuditDeptRef> collect = list.stream()
|
|
|
.filter(o -> o.getRefId().equals(vo.getDemandId()))
|