cqp 3 주 전
부모
커밋
89f37733d5
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      app/Service/WorkFlowService.php

+ 2 - 0
app/Service/WorkFlowService.php

@@ -486,6 +486,8 @@ class WorkFlowService extends Service
                     if (!$status) {
                         throw new \Exception("业务数据更新失败: " . $resMsg);
                     }
+                }elseif ($draft->opt_type == 2){
+                    DB::table($w->document_type)->where('id', $w->document_id)->update($draft->content);
                 }
             }
         }