修改获取审核状态的接口
This commit is contained in:
parent
65c6632447
commit
5212bf1287
|
|
@ -330,7 +330,7 @@ public class AnnotationTaskServiceImpl implements AnnotationTaskService {
|
|||
@Override
|
||||
public List<AnnotationTaskEntity> getMyNoAuditTask(){
|
||||
Long reviewerId = SecurityUtils.getUserId();
|
||||
return annotationTaskMapper.getMyNoAnnotationTask(reviewerId);
|
||||
return annotationTaskMapper.getMyNoAuditTask(reviewerId);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue