|
@@ -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']);
|