仲裁bug修复

This commit is contained in:
18792927508
2024-05-11 09:05:59 +08:00
parent 198b29dcb0
commit 42c9a82363
6 changed files with 4 additions and 15 deletions
@@ -65,7 +65,7 @@ public class CaseApplicationLogController {
if(vo.getCaseId()==null || vo.getVersion()==null){
return AjaxResult.error("参数校验错误");
}
// todo 需确定
return caseApplicationLogService.revoke(vo);
}