cqpCow 1 年間 前
コミット
7d6a98c33c
1 ファイル変更1 行追加0 行削除
  1. 1 0
      app/Service/JRFIDServerService.php

+ 1 - 0
app/Service/JRFIDServerService.php

@@ -765,6 +765,7 @@ class JRFIDServerService extends Service
             'type' => $data['type'],
             'contract_no' => $data['contract_no'] ?? null,
             'drawing_no' => $data['drawing_no'] ?? null,
+            'procedure' => $data['procedure'] ?? null,
         ];
 
         list($status,$result) = $this->post_helper($url,$post,$param['header']);