Kaynağa Gözat

新增sop表单编辑

wangliang 1 yıl önce
ebeveyn
işleme
c5d1faa0f1

Dosya farkı çok büyük olduğundan ihmal edildi
+ 9 - 8
sop-business/src/main/java/com/qmth/sop/business/service/impl/TBSopInfoServiceImpl.java


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

@@ -156,7 +156,7 @@ public class TFCustomFlowController {
     @ApiResponses({@ApiResponse(code = 200, message = "返回信息", response = FlowViewResult.class)})
     public Result flowView(@ApiParam(value = "流程id") @RequestParam(required = false) Long flowId,
                            @ApiParam(value = "流程编号") @RequestParam(required = false) String code) {
-        if (Objects.isNull(flowId) || Objects.isNull(code)) {
+        if (Objects.isNull(flowId) && Objects.isNull(code)) {
             throw ExceptionResultEnum.PARAMS_ERROR.exception();
         }
         return ResultUtil.ok(activitiService.flowView(flowId, code));

Bu fark içinde çok fazla dosya değişikliği olduğu için bazı dosyalar gösterilmiyor