适配QA问答对数据结构
This commit is contained in:
@@ -11,7 +11,5 @@ public interface AnnotationResultMapper extends BaseMapper<AnnotationResult> {
|
||||
|
||||
int markArchived(@Param("id") Long id,
|
||||
@Param("companyId") Long companyId,
|
||||
@Param("reviewerId") Long reviewerId,
|
||||
@Param("reviewComment") String reviewComment,
|
||||
@Param("reviewedAt") LocalDateTime reviewedAt);
|
||||
@Param("reviewerId") Long reviewerId);
|
||||
}
|
||||
Reference in New Issue
Block a user