Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
entrance_api
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王琮
entrance_api
Commits
8ffe48d5
Commit
8ffe48d5
authored
Feb 27, 2023
by
gaoyingwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
打开摄像头开关,加抓拍时间字段回显
parent
d25aff88
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
1 deletion
+8
-1
DoorDeviceInfo.java
...org/rcisoft/sys/doordeviceinfo/entity/DoorDeviceInfo.java
+6
-0
application-prod-conf.yml
src/main/resources/application-prod-conf.yml
+1
-1
DoorDeviceInfoMapper.xml
src/main/resources/mapper/DoorDeviceInfoMapper.xml
+1
-0
No files found.
src/main/java/org/rcisoft/sys/doordeviceinfo/entity/DoorDeviceInfo.java
View file @
8ffe48d5
...
...
@@ -126,6 +126,12 @@ public class DoorDeviceInfo extends CyIdIncreEntity<DoorDeviceInfo> {
@TableField
(
exist
=
false
)
private
String
capturePic
;
/**
* 抓拍图像
*/
@JsonFormat
(
pattern
=
"yyyy-MM-dd HH:mm:ss"
,
timezone
=
"GMT+8"
)
private
Date
captureTime
;
/**
* 设备上班数据内容 (告警原因)
*/
...
...
src/main/resources/application-prod-conf.yml
View file @
8ffe48d5
...
...
@@ -140,4 +140,4 @@ message:
config
:
true
dahua
:
videoStatus
:
false
\ No newline at end of file
videoStatus
:
true
\ No newline at end of file
src/main/resources/mapper/DoorDeviceInfoMapper.xml
View file @
8ffe48d5
...
...
@@ -14,6 +14,7 @@
<result
column=
"del_flag"
jdbcType=
"CHAR"
property=
"delFlag"
/>
<result
column=
"report_time"
jdbcType=
"TIMESTAMP"
property=
"reportTime"
/>
<result
column=
"capture_pic"
jdbcType=
"VARCHAR"
property=
"capturePic"
/>
<result
column=
"capture_time"
jdbcType=
"TIMESTAMP"
property=
"captureTime"
/>
<result
column=
"data_val"
jdbcType=
"VARCHAR"
property=
"dataVal"
/>
</resultMap>
...
...
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