fix(用例管理): 修复用例评审多人评审我的评审状态显示错误问题
This commit is contained in:
parent
6897d7d4ae
commit
65a6a27f3b
|
@ -176,7 +176,7 @@ public class CaseReviewFunctionalCaseService {
|
|||
item.setMyStatus(getMyStatus(histories, viewStatusUserId));
|
||||
} else {
|
||||
//不存在评审历史
|
||||
item.setMyStatus(FunctionalCaseReviewStatus.UNDER_REVIEWED.name());
|
||||
item.setMyStatus(FunctionalCaseReviewStatus.UN_REVIEWED.name());
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue