|
@@ -395,7 +395,7 @@ public class CommonCostEvent extends BaseController {
|
|
|
depts.add(entity.getDeptId());
|
|
|
AtomicBoolean deptFlag = new AtomicBoolean(true);
|
|
|
zrbmIdList.forEach(x->{
|
|
|
- if(!CollectionUtil.contains(depts, zrbmIdList)){
|
|
|
+ if(!CollectionUtil.contains(depts, x)){
|
|
|
deptFlag.set(false);
|
|
|
return ;
|
|
|
}
|
|
@@ -428,7 +428,7 @@ public class CommonCostEvent extends BaseController {
|
|
|
depts.add(entity.getDeptId());
|
|
|
AtomicBoolean deptFlag = new AtomicBoolean(true);
|
|
|
zrbmIdList.forEach(x->{
|
|
|
- if(!CollectionUtil.contains(depts, zrbmIdList)){
|
|
|
+ if(!CollectionUtil.contains(depts, x)){
|
|
|
deptFlag.set(false);
|
|
|
return ;
|
|
|
}
|