|
@@ -1015,7 +1015,7 @@ class DwyController extends BaseController
|
|
|
'Content-Type:application/json',
|
|
|
'Authorization: ' . $request->header('Authorization'),
|
|
|
];
|
|
|
- $param = '{"direction":"DESC","property":"id","fromClientType":"pc","number":0,"sorts":[],"rules":[{"field":"box_inventory.device_code","option":"LIKE_ANYWHERE","values":["'.$param['device_code'].'"]}],"size":15,"specialConditions":[],"workflowSearchBean":{},"dynamicFormCode":"box_inventory","developmentSystemId":null,"debugFlag":true}';
|
|
|
+ $param = '{"direction":"DESC","property":"id","fromClientType":"pc","number":0,"sorts":[],"rules":[{"field":"box_inventory.device_code","option":"LIKE_ANYWHERE","values":["'.$param['device_code'].'"]}],"size":999,"specialConditions":[],"workflowSearchBean":{},"dynamicFormCode":"box_inventory","developmentSystemId":null,"debugFlag":true}';
|
|
|
$data = $this->post_helper($url, $param, $header);
|
|
|
// $data = $this->post_helper($url, json_encode($param), $header);
|
|
|
$data = json_decode($data, true);
|