瀏覽代碼

自动终审添加消息发送

loustwo 3 年之前
父節點
當前提交
22c3bb65a3
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/Services/WorkOrderInterceptService.php

+ 1 - 0
app/Services/WorkOrderInterceptService.php

@@ -232,6 +232,7 @@ class WorkOrderInterceptService extends WorkOrderService
         ]);
         $this->endOrderIssueAndSyncProcessLogs($detail);
         $this->logService->createLog($detail, '终审', '自动终审-' . $process_progress);
+        $this->sendSWNSMessage($workOrder);
     }
 
     /**