新奇康
  1. 巡检记录表
新奇康
  • 知识库表 前端控制器
    • 新增修改
      POST
    • 查询
      GET
    • 删除(使用逗号分隔)
      GET
    • excel导入
      POST
    • excel导出
      GET
  • 阈值设定表 前端控制器
    • 新增修改
      POST
    • 查询
      GET
    • 删除(使用逗号分隔)
      GET
    • excel导入
      POST
    • excel导出
      GET
  • 设备信息表
    • 新增修改
      POST
    • 查询
      GET
    • 删除(使用逗号分隔)
      GET
    • excel导入
      POST
    • excel导出
      GET
  • 告警管理表 前端控制器
    • 新增修改
      POST
    • 查询
      GET
    • 删除(使用逗号分隔)
      GET
    • excel导入
      POST
    • excel导出
      GET
  • 滑槽一体机设备数据
    • 查询
      GET
  • 巡检记录表
    • 巡检点位记录-主页面(优化后)
      GET
    • 右下角查询
      GET
    • 点位查询
      GET
    • app点位记录-第二层接口
      GET
  1. 巡检记录表

点位查询

GET
/inspection_record_form/getDwAll

请求参数

无

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://127.0.0.1:9211/inspection_record_form/getDwAll'

返回响应

🟢200成功
application/json
Body
所有数据
records
array[object (XjProjectPoint) {34}] 
可选
id
string 
点位编号
可选
userId
integer <int64>
用户id
可选
tenantId
integer 
租户id
可选
createTime
string 
创建时间
可选
updateTime
string 
更新时间
可选
pointName
string 
点名称
可选
pointType
string 
点类型
可选
pointStatus
string 
点状态
可选
ifPhoto
string 
是否拍照
可选
ifVidio
string 
录像
可选
ifFace
string 
人脸对比
可选
ifBluetooth
string 
蓝牙识别
可选
bluetoothValue
string 
蓝牙标识
可选
siteValue
string 
参考位置
可选
latitude
string 
经纬度,逗号拼接
可选
siteDisparity
number 
定位偏差
可选
ifLocation
string 
地理定位
可选
maxPhoto
integer 
最大拍照
可选
category
string 
所属分类
可选
projectPointItem
array[object (XjProjectPointItem) {11}] 
点位项目集合
可选
projects
array[object (XjProject) {41}] 
项目集合
可选
projectsnew
array[object (XjProject) {41}] 
可选
remark
string 
备注
可选
categoryName
string 
所属分类
可选
xjName
string 
项目名称集合
可选
pointNum
string 
序号
可选
pointNumber
string 
点位编号
可选
recordId
string 
日志id
可选
value
array[object (JSONObject) {1}] 
可选
点位信息反馈-图片 逗号拼接
默认值:
new ArrayList<>()
feedbackText
string 
可选
点位信息反馈-内容说明
ifNfc
string 
nfc识别
可选
nfcValue
string 
nfc标识
可选
pointVid
string 
可选
abnormalCount
integer 
可选
异常数量(point_status = '2' 的记录数)
total
integer <int64>
可选
size
integer <int64>
可选
current
integer <int64>
可选
orders
array[object (OrderItem) {2}] 
可选
column
string 
可选
asc
boolean 
可选
optimizeCountSql
boolean 
可选
searchCount
boolean 
可选
countId
string 
可选
maxLimit
integer <int64>
可选
示例
{
    "records": [
        {
            "id": "1914183106027171842",
            "userId": 1653,
            "tenantId": null,
            "createTime": "2025-04-21 13:03:11",
            "updateTime": "2025-05-15 04:44:38",
            "pointName": "滑槽一体机",
            "pointType": "固定点",
            "pointStatus": "正常",
            "ifPhoto": "1",
            "ifVidio": "1",
            "ifFace": "0",
            "ifBluetooth": "0",
            "bluetoothValue": "",
            "siteValue": "新疆维吾尔自治区乌鲁木齐市新市区新奇康药业股份有限公司",
            "latitude": "87.587935,43.959569",
            "siteDisparity": 100.00,
            "ifLocation": "0",
            "maxPhoto": 10,
            "category": "1914176274399342594",
            "projectPointItem": null,
            "projects": null,
            "projectsnew": null,
            "remark": null,
            "categoryName": "设备巡检",
            "xjName": "滑槽一体机是否正常运转,滑槽一体机-外观清洁,滑槽一体机-电气系统检查,当前环境温度,维护活动记录",
            "pointNum": null,
            "pointNumber": "2504211914183106027171842",
            "recordId": null,
            "value": [],
            "feedbackText": null,
            "ifNfc": "0",
            "nfcValue": "",
            "pointVid": null,
            "abnormalCount": 0
        },
        {
            "id": "1914183321698283522",
            "userId": 1699,
            "tenantId": null,
            "createTime": "2025-04-21 13:04:02",
            "updateTime": "2025-05-08 11:11:41",
            "pointName": "直线式自动盖量杯机",
            "pointType": "固定点",
            "pointStatus": "正常",
            "ifPhoto": "1",
            "ifVidio": "1",
            "ifFace": "0",
            "ifBluetooth": "0",
            "bluetoothValue": "",
            "siteValue": "新疆维吾尔自治区乌鲁木齐市新市区新奇康药业股份有限公司",
            "latitude": "87.587935,43.959569",
            "siteDisparity": 100.00,
            "ifLocation": "0",
            "maxPhoto": 10,
            "category": "1914176274399342594",
            "projectPointItem": null,
            "projects": null,
            "projectsnew": null,
            "remark": null,
            "categoryName": "设备巡检",
            "xjName": "自动盖量杯机是否正常运转",
            "pointNum": null,
            "pointNumber": "2504211914183321698283522",
            "recordId": null,
            "value": [],
            "feedbackText": null,
            "ifNfc": "1",
            "nfcValue": "60094",
            "pointVid": null,
            "abnormalCount": 0
        },
        {
            "id": "1914183469379727362",
            "userId": 1654,
            "tenantId": null,
            "createTime": "2025-04-21 13:04:38",
            "updateTime": "2025-04-21 13:04:38",
            "pointName": "全自动高速智能捆扎机",
            "pointType": "固定点",
            "pointStatus": "正常",
            "ifPhoto": "1",
            "ifVidio": "1",
            "ifFace": "0",
            "ifBluetooth": "0",
            "bluetoothValue": "",
            "siteValue": "新疆维吾尔自治区乌鲁木齐市新市区新奇康药业股份有限公司",
            "latitude": "87.587935,43.959569",
            "siteDisparity": 100.00,
            "ifLocation": "0",
            "maxPhoto": 10,
            "category": "1914176274399342594",
            "projectPointItem": null,
            "projects": null,
            "projectsnew": null,
            "remark": null,
            "categoryName": "设备巡检",
            "xjName": "全自动高速智能捆扎机是否正常运转",
            "pointNum": null,
            "pointNumber": "2504211914183469379727362",
            "recordId": null,
            "value": [],
            "feedbackText": null,
            "ifNfc": "0",
            "nfcValue": "",
            "pointVid": null,
            "abnormalCount": 0
        },
        {
            "id": "1914183618185244674",
            "userId": 1654,
            "tenantId": null,
            "createTime": "2025-04-21 13:05:13",
            "updateTime": "2025-04-21 13:05:13",
            "pointName": "一体式立式智能装箱机",
            "pointType": "固定点",
            "pointStatus": "正常",
            "ifPhoto": "1",
            "ifVidio": "1",
            "ifFace": "0",
            "ifBluetooth": "0",
            "bluetoothValue": "",
            "siteValue": "新疆维吾尔自治区乌鲁木齐市新市区新奇康药业股份有限公司",
            "latitude": "87.587935,43.959569",
            "siteDisparity": 100.00,
            "ifLocation": "0",
            "maxPhoto": 10,
            "category": "1914176274399342594",
            "projectPointItem": null,
            "projects": null,
            "projectsnew": null,
            "remark": null,
            "categoryName": "设备巡检",
            "xjName": "一体式立式智能装箱机是否正常运转",
            "pointNum": null,
            "pointNumber": "2504211914183618185244674",
            "recordId": null,
            "value": [],
            "feedbackText": null,
            "ifNfc": "0",
            "nfcValue": "",
            "pointVid": null,
            "abnormalCount": 0
        },
        {
            "id": "1914183999313260546",
            "userId": 1654,
            "tenantId": null,
            "createTime": "2025-04-21 13:06:44",
            "updateTime": "2025-04-21 13:06:44",
            "pointName": "实时打印智能贴标机",
            "pointType": "固定点",
            "pointStatus": "正常",
            "ifPhoto": "1",
            "ifVidio": "1",
            "ifFace": "0",
            "ifBluetooth": "0",
            "bluetoothValue": "",
            "siteValue": "新疆维吾尔自治区乌鲁木齐市新市区新奇康药业股份有限公司",
            "latitude": "87.587935,43.959569",
            "siteDisparity": 100.00,
            "ifLocation": "0",
            "maxPhoto": 10,
            "category": "1914176274399342594",
            "projectPointItem": null,
            "projects": null,
            "projectsnew": null,
            "remark": null,
            "categoryName": "设备巡检",
            "xjName": "实时打印智能贴标机是否正常运转",
            "pointNum": null,
            "pointNumber": "2504211914183999313260546",
            "recordId": null,
            "value": [],
            "feedbackText": null,
            "ifNfc": "0",
            "nfcValue": "",
            "pointVid": null,
            "abnormalCount": 0
        },
        {
            "id": "1914184073263034369",
            "userId": 1654,
            "tenantId": null,
            "createTime": "2025-04-21 13:07:02",
            "updateTime": "2025-04-21 13:07:02",
            "pointName": "自动捆扎机",
            "pointType": "固定点",
            "pointStatus": "正常",
            "ifPhoto": "1",
            "ifVidio": "1",
            "ifFace": "0",
            "ifBluetooth": "0",
            "bluetoothValue": "",
            "siteValue": "新疆维吾尔自治区乌鲁木齐市新市区新奇康药业股份有限公司",
            "latitude": "87.587935,43.959569",
            "siteDisparity": 100.00,
            "ifLocation": "0",
            "maxPhoto": 10,
            "category": "1914176274399342594",
            "projectPointItem": null,
            "projects": null,
            "projectsnew": null,
            "remark": null,
            "categoryName": "设备巡检",
            "xjName": "自动捆扎机是否正常运转",
            "pointNum": null,
            "pointNumber": "2504211914184073263034369",
            "recordId": null,
            "value": [],
            "feedbackText": null,
            "ifNfc": "0",
            "nfcValue": "",
            "pointVid": null,
            "abnormalCount": 0
        },
        {
            "id": "1914184199079571458",
            "userId": 1654,
            "tenantId": null,
            "createTime": "2025-04-21 13:07:32",
            "updateTime": "2025-04-21 13:07:32",
            "pointName": "水冷在线式电磁感应铝箔封口机",
            "pointType": "固定点",
            "pointStatus": "正常",
            "ifPhoto": "1",
            "ifVidio": "1",
            "ifFace": "0",
            "ifBluetooth": "0",
            "bluetoothValue": "",
            "siteValue": "新疆维吾尔自治区乌鲁木齐市新市区新奇康药业股份有限公司",
            "latitude": "87.587935,43.959569",
            "siteDisparity": 100.00,
            "ifLocation": "0",
            "maxPhoto": 10,
            "category": "1914176274399342594",
            "projectPointItem": null,
            "projects": null,
            "projectsnew": null,
            "remark": null,
            "categoryName": "设备巡检",
            "xjName": "电磁感应铝箔封口机是否正常运转",
            "pointNum": null,
            "pointNumber": "2504211914184199079571458",
            "recordId": null,
            "value": [],
            "feedbackText": null,
            "ifNfc": "0",
            "nfcValue": "",
            "pointVid": null,
            "abnormalCount": 0
        },
        {
            "id": "1914184323956584450",
            "userId": 1654,
            "tenantId": null,
            "createTime": "2025-04-21 13:08:01",
            "updateTime": "2025-04-21 13:08:01",
            "pointName": "双面贴标机",
            "pointType": "固定点",
            "pointStatus": "正常",
            "ifPhoto": "1",
            "ifVidio": "1",
            "ifFace": "0",
            "ifBluetooth": "0",
            "bluetoothValue": "",
            "siteValue": "新疆维吾尔自治区乌鲁木齐市新市区新奇康药业股份有限公司",
            "latitude": "87.587935,43.959569",
            "siteDisparity": 100.00,
            "ifLocation": "0",
            "maxPhoto": 10,
            "category": "1914176274399342594",
            "projectPointItem": null,
            "projects": null,
            "projectsnew": null,
            "remark": null,
            "categoryName": "设备巡检",
            "xjName": "双面贴标机是否正常运转",
            "pointNum": null,
            "pointNumber": "2504211914184323956584450",
            "recordId": null,
            "value": [],
            "feedbackText": null,
            "ifNfc": "0",
            "nfcValue": "",
            "pointVid": null,
            "abnormalCount": 0
        },
        {
            "id": "1914184461072576514",
            "userId": 1654,
            "tenantId": null,
            "createTime": "2025-04-21 13:08:34",
            "updateTime": "2025-04-21 13:08:34",
            "pointName": "卧式连续装盒机",
            "pointType": "固定点",
            "pointStatus": "正常",
            "ifPhoto": "1",
            "ifVidio": "1",
            "ifFace": "0",
            "ifBluetooth": "0",
            "bluetoothValue": "",
            "siteValue": "新疆维吾尔自治区乌鲁木齐市新市区新奇康药业股份有限公司",
            "latitude": "87.587935,43.959569",
            "siteDisparity": 100.00,
            "ifLocation": "0",
            "maxPhoto": 10,
            "category": "1914176274399342594",
            "projectPointItem": null,
            "projects": null,
            "projectsnew": null,
            "remark": null,
            "categoryName": "设备巡检",
            "xjName": "卧式连续装盒机是否正常运转",
            "pointNum": null,
            "pointNumber": "2504211914184461072576514",
            "recordId": null,
            "value": [],
            "feedbackText": null,
            "ifNfc": "0",
            "nfcValue": "",
            "pointVid": null,
            "abnormalCount": 0
        },
        {
            "id": "1914184668225056770",
            "userId": 1654,
            "tenantId": null,
            "createTime": "2025-04-21 13:09:23",
            "updateTime": "2025-04-21 13:09:23",
            "pointName": "封口质量检测系统",
            "pointType": "固定点",
            "pointStatus": "正常",
            "ifPhoto": "1",
            "ifVidio": "1",
            "ifFace": "0",
            "ifBluetooth": "0",
            "bluetoothValue": "",
            "siteValue": "新疆维吾尔自治区乌鲁木齐市新市区新奇康药业股份有限公司",
            "latitude": "87.587935,43.959569",
            "siteDisparity": 100.00,
            "ifLocation": "0",
            "maxPhoto": 10,
            "category": "1914176274399342594",
            "projectPointItem": null,
            "projects": null,
            "projectsnew": null,
            "remark": null,
            "categoryName": "设备巡检",
            "xjName": "封口质量检测系统是否正常运转",
            "pointNum": null,
            "pointNumber": "2504211914184668225056770",
            "recordId": null,
            "value": [],
            "feedbackText": null,
            "ifNfc": "0",
            "nfcValue": "",
            "pointVid": null,
            "abnormalCount": 0
        }
    ],
    "total": 15,
    "size": 10,
    "current": 1,
    "orders": [],
    "optimizeCountSql": true,
    "searchCount": true,
    "countId": null,
    "maxLimit": null,
    "pages": 2
}
修改于 2025-06-16 08:06:50
上一页
右下角查询
下一页
app点位记录-第二层接口
Built with