wangliang 1 жил өмнө
parent
commit
8af7b42100

+ 2 - 1
sop-api/src/main/java/com/qmth/sop/server/api/TBSopInfoController.java

@@ -6,6 +6,7 @@ import com.qmth.sop.business.bean.params.FlowApproveParam;
 import com.qmth.sop.business.bean.params.SopApplyParam;
 import com.qmth.sop.business.bean.params.SopInfoListParam;
 import com.qmth.sop.business.bean.params.SopSaveParam;
+import com.qmth.sop.business.bean.result.FlowResult;
 import com.qmth.sop.business.entity.TDFormWidgetMetadata;
 import com.qmth.sop.business.service.TBSopInfoService;
 import com.qmth.sop.business.service.TDFormWidgetMetadataService;
@@ -114,7 +115,7 @@ public class TBSopInfoController {
 
     @ApiOperation(value = "sop编辑")
     @RequestMapping(value = "/edit", method = RequestMethod.POST)
-    @ApiResponses({@ApiResponse(code = 200, message = "返回信息", response = Object.class)})
+    @ApiResponses({@ApiResponse(code = 200, message = "返回信息", response = FlowResult.class)})
     public Result edit(@ApiParam(value = "sopId", required = true) @RequestParam Long id) throws InterruptedException {
         return ResultUtil.ok(tbSopInfoService.sopEdit(id));
     }

Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 1 - 0
sop-business/src/main/java/com/qmth/sop/business/service/impl/TBSopInfoServiceImpl.java


Энэ ялгаанд хэт олон файл өөрчлөгдсөн тул зарим файлыг харуулаагүй болно