重新评审更换参数传递形式
This commit is contained in:
@ -227,7 +227,6 @@ public class ProjectReEvaluationServiceImpl extends BaseServiceImpl<ProjectReEva
|
||||
@Override
|
||||
public List<ProjectReEvaluation> getList(ProjectReEvaluationVO projectReEvaluationVO) {
|
||||
QueryWrapper<ProjectReEvaluation> queryWrapper = getQueryWrapper(projectReEvaluationVO);
|
||||
|
||||
return this.list(queryWrapper);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user