Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
smart_gov_platform
Commits
3ac6abce
Commit
3ac6abce
authored
May 30, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加站点更新日志
parent
1305e957
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
47 additions
and
1 deletion
+47
-1
base-manager/doc/api.md
base-manager/doc/api.md
+46
-1
base-manager/src/main/java/com/mortals/xhx/module/site/web/SiteController.java
.../java/com/mortals/xhx/module/site/web/SiteController.java
+1
-0
No files found.
base-manager/doc/api.md
View file @
3ac6abce
...
@@ -13262,7 +13262,52 @@ data|arrays|数据列表对象
...
@@ -13262,7 +13262,52 @@ data|arrays|数据列表对象
"todayAlarmInfoCount": 2,
"todayAlarmInfoCount": 2,
"todayAlarmDeviceCount": 0,
"todayAlarmDeviceCount": 0,
"device": {
"device": {
"id": 826
"id": 826,
"createUserId": 1,
"createTime": 1685069567000,
"updateUserId": 1,
"updateTime": 1685369203000,
"deleted": 0,
"productCode": "dzmp",
"switchSend": true,
"deviceName": "电子门牌-多人",
"deviceCode": "18-93-7f-b7-f9-4a",
"deviceMac": "18-93-7f-b7-f9-4a",
"siteId": 1,
"siteCode": "511500000000-0001",
"siteName": "宜宾市民中心",
"platformId": 9,
"platformName": "智慧办公",
"productId": 19,
"productName": "电子门牌",
"skinName": "",
"homeUrl": "",
"deviceFirmname": "",
"deviceSrc": 2,
"deviceDataSourceWay": 0,
"lon": "",
"lati": "",
"leadingOfficial": "周杨",
"leadingOfficialTelephone": "15108243162",
"isReceiveMess": 0,
"devicePhotoPath": "",
"ip": "",
"centernum": "",
"port": "",
"deviceTopic": "",
"deviceStatus": 1,
"enabled": 1,
"deviceAuthCode": "",
"deviceRemark": "",
"onlineTime": 1685369203000,
"offlineTime": 1685072125000,
"source": 1,
"deviceSN": "",
"deviceVersion": "19",
"hallName": "",
"showSms": 1,
"showPrint": 1,
"showWechatQrCode": 1
},
},
"alarmTypeStr": "离线",
"alarmTypeStr": "离线",
"alarmTime": 1685455603000,
"alarmTime": 1685455603000,
...
...
base-manager/src/main/java/com/mortals/xhx/module/site/web/SiteController.java
View file @
3ac6abce
...
@@ -175,6 +175,7 @@ public class SiteController extends BaseCRUDJsonBodyMappingController<SiteServic
...
@@ -175,6 +175,7 @@ public class SiteController extends BaseCRUDJsonBodyMappingController<SiteServic
}
}
}
}
if
(
ObjectUtils
.
isEmpty
(
site
.
getAreaCodeList
())){
if
(
ObjectUtils
.
isEmpty
(
site
.
getAreaCodeList
())){
site
.
setAreaCodeList
(
Arrays
.
asList
(
site
.
getAreaCode
()));
site
.
setAreaCodeList
(
Arrays
.
asList
(
site
.
getAreaCode
()));
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment