|
@@ -102,7 +102,7 @@ public class CaseServiceImpl extends ServiceImpl<ICaseMapper, CaseEntity> implem
|
|
|
if(!deptIds.isEmpty()){
|
|
if(!deptIds.isEmpty()){
|
|
|
wrapper.in(CaseEntity::getDeptId,deptIds);
|
|
wrapper.in(CaseEntity::getDeptId,deptIds);
|
|
|
}
|
|
}
|
|
|
- if(param.getCaseIds().isEmpty()){
|
|
|
|
|
|
|
+ if(!param.getCaseIds().isEmpty()){
|
|
|
wrapper.in(CaseEntity::getCaseId,param.getCaseIds());
|
|
wrapper.in(CaseEntity::getCaseId,param.getCaseIds());
|
|
|
}
|
|
}
|
|
|
wrapper.eq(CaseEntity::getType,0);
|
|
wrapper.eq(CaseEntity::getType,0);
|