fix: 企标制修订流程-草稿办理报错

This commit is contained in:
2023-12-25 11:46:09 +08:00
parent 9bf799443a
commit 4ba2a7e577
@@ -85,7 +85,7 @@ public class ESRevisionController {
@GetMapping("/draftHandle")
@Translation
public Result<?> draftHandle(@RequestParam("draftId") @ApiParam("草稿Id") String draftId) {
return Result.OK(actFlowCommonService.getExistDraft(draftId, ProcessTypeEnum.ES_RECHECK));
return Result.OK(actFlowCommonService.getExistDraft(draftId, ProcessTypeEnum.ES_REVISION));
}
/**