fix: 87692 不符合项库--查询--列表数据展示与查询结果不一致
This commit is contained in:
+2
-2
@@ -76,8 +76,8 @@ public class LawsEvaluationNotMetLibraryServiceImpl extends ServiceImpl<LawsEval
|
||||
}
|
||||
if (calService.noAdminAuth()) {
|
||||
String userId = UserUtils.getUserId();
|
||||
queryWrapper.like("nm.all_approval_user", userId).or()
|
||||
.like("nm.assessor", userId);
|
||||
queryWrapper.like("nm.all_approval_user", userId);
|
||||
queryWrapper.like("nm.assessor", userId);
|
||||
}
|
||||
queryWrapper.orderByDesc("nm.create_time");
|
||||
Page<LawsEvaluationNotMetLibrary> page = new Page<>(pageNo, pageSize);
|
||||
|
||||
Reference in New Issue
Block a user