检验数据录入查询 websocket测试 POST http://192.168.1.222:8888/spcsysservice/inspectiondata/list 传参示例 ```json { "limit":1, "page":1, "productid":"pcb_mes", "product_code":"XM002",//项目编号 "inspection_batch_code":"0",//非必要参数 "inspection_code":"aa",//非必要参数 "beginDate":"2020-09-05",//开始日期 "endDate":"2020-09-05"//结束日期 } ``` 返回示例 ```json { "msg": "查询成功", "code": 200, "data": { "totalCount": 1, "pageSize": 1, "totalPage": 1, "currPage": 1, "list": [ { "id": "b92cf821b28c38a50c339e5303406db1", "productid": "pcb_mes", "inspectionCode": "SF06499643328329940992", "productTypeCode": "A001", "productCode": "XML01", "inspectionBatchCode": null, "supplierCode": "ff", "customerCode": "cg", "processCode": "qe", "inspectionFrequencyCode": "cf", "inspectionDate": "2020-09-05", "billingDate": "2020-09-05 15:25:18", "inspectionTypeCode": "fd", "inspectionPersonnelCode": "ee", "jobSiteCode": null, "machineCode": null, "batchNumber": null, "inspectionNumber": null } ] } } ```
```json { "limit":1, "page":1, "productid":"pcb_mes", "product_code":"XM002",//项目编号 "inspection_batch_code":"0",//非必要参数 "inspection_code":"aa",//非必要参数 "beginDate":"2020-09-05",//开始日期 "endDate":"2020-09-05"//结束日期 } ```
```json { "msg": "查询成功", "code": 200, "data": { "totalCount": 1, "pageSize": 1, "totalPage": 1, "currPage": 1, "list": [ { "id": "b92cf821b28c38a50c339e5303406db1", "productid": "pcb_mes", "inspectionCode": "SF06499643328329940992", "productTypeCode": "A001", "productCode": "XML01", "inspectionBatchCode": null, "supplierCode": "ff", "customerCode": "cg", "processCode": "qe", "inspectionFrequencyCode": "cf", "inspectionDate": "2020-09-05", "billingDate": "2020-09-05 15:25:18", "inspectionTypeCode": "fd", "inspectionPersonnelCode": "ee", "jobSiteCode": null, "machineCode": null, "batchNumber": null, "inspectionNumber": null } ] } } ```