Commit 353538be authored by 赵啸非's avatar 赵啸非

修改部门 打开自定义添加

parent a9a27b5f
...@@ -4,8 +4,7 @@ ...@@ -4,8 +4,7 @@
<LayoutTable <LayoutTable
notPagination notPagination
:data="tableData" :data="tableData"
notAdd
notDel
ref="layoutTable" ref="layoutTable"
:config="tableConfig" :config="tableConfig"
notSearch notSearch
...@@ -69,23 +68,23 @@ export default { ...@@ -69,23 +68,23 @@ export default {
// {label: "顺序", prop: "orderNum",formatter: this.formatter}, // {label: "顺序", prop: "orderNum",formatter: this.formatter},
// {label: "创建用户", prop: "createUserId", formatter: this.formatter}, {label: "创建用户", prop: "createUserId", formatter: this.formatter},
// { {
// label: "操作", label: "操作",
// width: 240, width: 240,
// formatter: (row) => { formatter: (row) => {
// return ( return (
// <table-buttons <table-buttons
// noAdd noAdd
// noView noView
// row={row} row={row}
// onEdit={this.toEdit} onEdit={this.toEdit}
// onView={this.toView} onView={this.toView}
// onDel={this.toDel} onDel={this.toDel}
// /> />
// ); );
// }, },
// }, },
], ],
}, },
}; };
......
...@@ -63,6 +63,7 @@ public class HikDoorServiceImpl extends AbstractHikService implements IHikDoorSe ...@@ -63,6 +63,7 @@ public class HikDoorServiceImpl extends AbstractHikService implements IHikDoorSe
HCNetSDK hCNetSDK = createSDKInstance(); HCNetSDK hCNetSDK = createSDKInstance();
//initLoadSdk(hCNetSDK); //initLoadSdk(hCNetSDK);
int userID = login(hCNetSDK, doorEntity); int userID = login(hCNetSDK, doorEntity);
log.info("userID==>{}",userID);
List<EventInfo> eventInfoList = new ArrayList<>(); List<EventInfo> eventInfoList = new ArrayList<>();
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
}, },
"pengxi": { "pengxi": {
"baseUrl": "http://10.102.252.13:11039/attendance", "baseUrl": "http://118.122.189.109:11039/attendance",
"baseLogin": "http://192.168.0.98:11078/base" "baseLogin": "http://192.168.0.98:11078/base"
}, },
......
...@@ -147,7 +147,17 @@ Content-Type: application/json ...@@ -147,7 +147,17 @@ Content-Type: application/json
} }
###设备直连更新人员 ###设备直连更新人员
GET {{baseUrl}}/test/updatePersonsByDevices POST {{baseUrl}}/test/updatePersonsByDevices
Content-Type: application/json Content-Type: application/json
{} {}
\ No newline at end of file
###设备直连更新事件
POST {{baseUrl}}/test/searchEventsByDevices
Content-Type: application/json
{
"createTimeStart": "2024-03-27 00:00:00",
"createTimeEnd": "2024-03-27 23:59:59",
"deviceId": 4
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment