lyh
9 天以前 f4343036a4ce588137853eaf8e1ae98901b281b6
lxzn-module-dnc/src/main/java/org/jeecg/modules/dncFlow/controller/DispatchFileController.java
@@ -240,9 +240,8 @@
    @AutoLog(value = "文档表-定型流程发起")
    @ApiOperation(value = "文档表-定型流程发起", notes = "文档表-定型流程发起")
    @PostMapping("/submitProccess")
    public ResponseResult submitProccess(@RequestBody DispatchFile dispatchFile) {
       dispatchFileService.submitProccess(dispatchFile);
       return new ResponseResult(CommonCode.SUCCESS);
    public Result<?> submitProccess(@RequestBody DispatchFile dispatchFile) {
       return dispatchFileService.submitProccess(dispatchFile);
    }
    @AutoLog(value = "文档表-信息查询")
    @ApiOperation(value = "文档表-信息查询", notes = "文档表-信息查询")