Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zhengyuan-danger-chemistry-manage
Project
Project
Details
Activity
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
耿迪迪
zhengyuan-danger-chemistry-manage
Commits
c570a557
Commit
c570a557
authored
Jan 17, 2023
by
耿迪迪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
二道门人员进出抓拍图片 gengdidi
parent
f4851b4f
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
65 additions
and
13 deletions
+65
-13
SubscriptionEventController.java
.../controller/videomonitor/SubscriptionEventController.java
+2
-0
application-dev.yml
danger-manage-admin/src/main/resources/application-dev.yml
+3
-0
application-prd.yml
danger-manage-admin/src/main/resources/application-prd.yml
+3
-0
application-test.yml
danger-manage-admin/src/main/resources/application-test.yml
+23
-8
TEntranceGuardPersonInfo.java
...va/com/zehong/system/domain/TEntranceGuardPersonInfo.java
+15
-1
TEntranceGuardPersonInfoServiceImpl.java
...tem/service/impl/TEntranceGuardPersonInfoServiceImpl.java
+9
-0
TEntranceGuardPersonInfoMapper.xml
...esources/mapper/system/TEntranceGuardPersonInfoMapper.xml
+6
-1
index.vue
danger-manage-web/src/views/entrance/index.vue
+4
-3
No files found.
danger-manage-admin/src/main/java/com/zehong/web/controller/videomonitor/SubscriptionEventController.java
View file @
c570a557
...
...
@@ -16,6 +16,7 @@ import com.zehong.web.uitls.ArtemisUtils;
import
org.slf4j.Logger
;
import
org.slf4j.LoggerFactory
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.beans.factory.annotation.Value
;
import
org.springframework.web.bind.annotation.PostMapping
;
import
org.springframework.web.bind.annotation.RequestBody
;
import
org.springframework.web.bind.annotation.RequestMapping
;
...
...
@@ -139,6 +140,7 @@ public class SubscriptionEventController {
TEntranceGuardPersonInfo
tEntranceGuardPersonInfo
=
new
TEntranceGuardPersonInfo
();
tEntranceGuardPersonInfo
.
setPersonName
(
personName
);
tEntranceGuardPersonInfo
.
setPersonNum
((
String
)
list
.
get
(
0
).
get
(
"certificateNo"
));
tEntranceGuardPersonInfo
.
setCatchPic
((
String
)
data
.
get
(
"ExtEventPictureURL"
));
// if("0".equals(extEventInOut) || "1".equals(extEventInOut)){
// tEntranceGuardPersonInfo.setActionType("0".equals(extEventInOut) ? "1" : "0");
// }
...
...
danger-manage-admin/src/main/resources/application-dev.yml
View file @
c570a557
...
...
@@ -122,3 +122,6 @@ config:
detect-face-max-num
:
10
detect-face-scale-val
:
32
thread-pool-size
:
5
#门禁抓拍图片地址
entrance-guard-catch-pic-url
:
https://27.128.189.137:6113
\ No newline at end of file
danger-manage-admin/src/main/resources/application-prd.yml
View file @
c570a557
...
...
@@ -123,3 +123,6 @@ config:
detect-face-max-num
:
10
detect-face-scale-val
:
32
thread-pool-size
:
5
#门禁抓拍图片地址
entrance-guard-catch-pic-url
:
https://27.128.189.137:6113
\ No newline at end of file
danger-manage-admin/src/main/resources/application-test.yml
View file @
c570a557
...
...
@@ -17,20 +17,21 @@ server:
spring
:
datasource
:
type
:
com.alibaba.druid.pool.DruidDataSource
driverClassName
:
com.mysql.cj.jdbc.Driver
druid
:
# 主库数据源
master
:
driverClassName
:
com.mysql.cj.jdbc.Driver
url
:
jdbc:mysql://36.138.181.113:3306/danger_manage_area_test?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username
:
root
password
:
root@123
#
从库
数据源
s
lave
:
#
sqlserver
数据源
s
qlserver
:
# 从数据源开关/默认关闭
enabled
:
false
url
:
username
:
password
:
enabled
:
true
driver-class-name
:
com.microsoft.sqlserver.jdbc.SQLServerDriver
url
:
jdbc:sqlserver://218.207.92.101:1433;DatabaseName=Park_DB
username
:
sa
password
:
haosql
# 初始连接数
initialSize
:
5
# 最小连接池数量
...
...
@@ -46,7 +47,7 @@ spring:
# 配置一个连接在池中最大生存的时间,单位是毫秒
maxEvictableIdleTimeMillis
:
900000
# 配置检测连接是否有效
validationQuery
:
SELECT 1
FROM DUAL
validationQuery
:
SELECT 1
testWhileIdle
:
true
testOnBorrow
:
false
testOnReturn
:
false
...
...
@@ -110,3 +111,17 @@ zehong:
addressEnabled
:
false
# 验证码类型 math 数组计算 char 字符验证
captchaType
:
math
#虹软人脸识别配置(linux配置)
config
:
arcface-sdk
:
#算法引擎路径 示例(Windows配置\danger-manage-admin\arcsoft_lib\WIN64,Linux配置/arcsoft_lib/LINUX64)
sdk-lib-path
:
/arcsoft_lib/LINUX64
app-id
:
3ZM3ayaRriUPWzzy29QsqeynFcpmu9zMVXGjBrQ4rPkL
sdk-key
:
J1wqG4VVGJYLe5YYT2hQN3xHSqLEwrZJBBRQmuEXkZqc
detect-face-max-num
:
10
detect-face-scale-val
:
32
thread-pool-size
:
5
#门禁抓拍图片地址
entrance-guard-catch-pic-url
:
https://27.128.189.137:6113
\ No newline at end of file
danger-manage-system/src/main/java/com/zehong/system/domain/TEntranceGuardPersonInfo.java
View file @
c570a557
...
...
@@ -37,6 +37,10 @@ public class TEntranceGuardPersonInfo extends BaseEntity
@Excel
(
name
=
"进出场时间"
,
width
=
30
,
dateFormat
=
"yyyy-MM-dd HH:mm:ss"
)
private
Date
actionTime
;
/** 抓拍图片 */
@Excel
(
name
=
"抓拍图片"
)
private
String
catchPic
;
/** 是否删除(0正常,1删除) */
@Excel
(
name
=
"是否删除(0正常,1删除)"
)
private
String
isDel
;
...
...
@@ -86,7 +90,16 @@ public class TEntranceGuardPersonInfo extends BaseEntity
{
return
actionTime
;
}
public
void
setIsDel
(
String
isDel
)
public
void
setCatchPic
(
String
catchPic
)
{
this
.
catchPic
=
catchPic
;
}
public
String
getCatchPic
()
{
return
catchPic
;
}
public
void
setIsDel
(
String
isDel
)
{
this
.
isDel
=
isDel
;
}
...
...
@@ -104,6 +117,7 @@ public class TEntranceGuardPersonInfo extends BaseEntity
.
append
(
"personNum"
,
getPersonNum
())
.
append
(
"actionType"
,
getActionType
())
.
append
(
"actionTime"
,
getActionTime
())
.
append
(
"catchPic"
,
getCatchPic
())
.
append
(
"createBy"
,
getCreateBy
())
.
append
(
"createTime"
,
getCreateTime
())
.
append
(
"updateBy"
,
getUpdateBy
())
...
...
danger-manage-system/src/main/java/com/zehong/system/service/impl/TEntranceGuardPersonInfoServiceImpl.java
View file @
c570a557
...
...
@@ -5,7 +5,9 @@ import java.util.List;
import
java.util.Map
;
import
com.zehong.common.utils.DateUtils
;
import
com.zehong.common.utils.StringUtils
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.beans.factory.annotation.Value
;
import
org.springframework.stereotype.Service
;
import
com.zehong.system.mapper.TEntranceGuardPersonInfoMapper
;
import
com.zehong.system.domain.TEntranceGuardPersonInfo
;
...
...
@@ -23,6 +25,10 @@ public class TEntranceGuardPersonInfoServiceImpl implements ITEntranceGuardPerso
@Autowired
private
TEntranceGuardPersonInfoMapper
tEntranceGuardPersonInfoMapper
;
/**抓拍图片地址*/
@Value
(
"${entrance-guard-catch-pic-url}"
)
private
String
entranceGuardCatchPicUrl
;
/**
* 查询门禁人员信息
*
...
...
@@ -118,6 +124,9 @@ public class TEntranceGuardPersonInfoServiceImpl implements ITEntranceGuardPerso
//出入场最新数据
List
<
TEntranceGuardPersonInfo
>
lastImportAndExportData
=
tEntranceGuardPersonInfoMapper
.
lastImportAndExportData
();
for
(
TEntranceGuardPersonInfo
tEntranceGuardPersonInfo
:
lastImportAndExportData
){
if
(
StringUtils
.
isNotEmpty
(
tEntranceGuardPersonInfo
.
getCatchPic
())){
tEntranceGuardPersonInfo
.
setCatchPic
(
entranceGuardCatchPicUrl
+
tEntranceGuardPersonInfo
.
getCatchPic
());
}
if
(
"0"
.
equals
(
tEntranceGuardPersonInfo
.
getActionType
())){
result
.
put
(
"lastImportData"
,
tEntranceGuardPersonInfo
);
}
...
...
danger-manage-system/src/main/resources/mapper/system/TEntranceGuardPersonInfoMapper.xml
View file @
c570a557
...
...
@@ -10,6 +10,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<result
property=
"personNum"
column=
"person_num"
/>
<result
property=
"actionType"
column=
"action_type"
/>
<result
property=
"actionTime"
column=
"action_time"
/>
<result
property=
"catchPic"
column=
"catch_pic"
/>
<result
property=
"createBy"
column=
"create_by"
/>
<result
property=
"createTime"
column=
"create_time"
/>
<result
property=
"updateBy"
column=
"update_by"
/>
...
...
@@ -24,7 +25,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</resultMap>
<sql
id=
"selectTEntranceGuardPersonInfoVo"
>
select entrance_guard_person_id, person_name, person_num, action_type, action_time, create_by, create_time, update_by, update_time, is_del, remark from t_entrance_guard_person_info
select entrance_guard_person_id, person_name, person_num, action_type, action_time, c
atch_pic, c
reate_by, create_time, update_by, update_time, is_del, remark from t_entrance_guard_person_info
</sql>
<select
id=
"selectTEntranceGuardPersonInfoList"
parameterType=
"TEntranceGuardPersonInfo"
resultMap=
"TEntranceGuardPersonInfoResult"
>
...
...
@@ -34,6 +35,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if
test=
"personNum != null and personNum != ''"
>
and person_num = #{personNum}
</if>
<if
test=
"actionType != null and actionType != ''"
>
and action_type = #{actionType}
</if>
<if
test=
"actionTime != null "
>
and action_time = #{actionTime}
</if>
<if
test=
"catchPic != null and catchPic != ''"
>
and catch_pic = #{catchPic}
</if>
<if
test=
"isDel != null and isDel != ''"
>
and is_del = #{isDel}
</if>
</where>
</select>
...
...
@@ -50,6 +52,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if
test=
"personNum != null"
>
person_num,
</if>
<if
test=
"actionType != null"
>
action_type,
</if>
<if
test=
"actionTime != null"
>
action_time,
</if>
<if
test=
"catchPic != null"
>
catch_pic,
</if>
<if
test=
"createBy != null"
>
create_by,
</if>
<if
test=
"createTime != null"
>
create_time,
</if>
<if
test=
"updateBy != null"
>
update_by,
</if>
...
...
@@ -62,6 +65,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if
test=
"personNum != null"
>
#{personNum},
</if>
<if
test=
"actionType != null"
>
#{actionType},
</if>
<if
test=
"actionTime != null"
>
#{actionTime},
</if>
<if
test=
"catchPic != null"
>
#{catchPic},
</if>
<if
test=
"createBy != null"
>
#{createBy},
</if>
<if
test=
"createTime != null"
>
#{createTime},
</if>
<if
test=
"updateBy != null"
>
#{updateBy},
</if>
...
...
@@ -78,6 +82,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if
test=
"personNum != null"
>
person_num = #{personNum},
</if>
<if
test=
"actionType != null"
>
action_type = #{actionType},
</if>
<if
test=
"actionTime != null"
>
action_time = #{actionTime},
</if>
<if
test=
"catchPic != null"
>
catch_pic = #{catchPic},
</if>
<if
test=
"createBy != null"
>
create_by = #{createBy},
</if>
<if
test=
"createTime != null"
>
create_time = #{createTime},
</if>
<if
test=
"updateBy != null"
>
update_by = #{updateBy},
</if>
...
...
danger-manage-web/src/views/entrance/index.vue
View file @
c570a557
...
...
@@ -78,7 +78,7 @@
<div
class=
"ent-div"
></div>
<div
class=
"ent-b-in"
>
<div
class=
"a-in1"
>
<img
s
rc=
"../../assets/img/biguser.png
"
alt=
""
>
<img
s
tyle=
"height: 100%"
:src=
"lastImportData.catchPic ? lastImportData.catchPic : require('@/assets/img/biguser.png')
"
alt=
""
>
</div>
<div
class=
"a-in2"
>
<div>
人员姓名:
<span>
{{
lastImportData
?
lastImportData
.
personName
:
"-"
}}
</span>
</div>
...
...
@@ -95,7 +95,7 @@
<div
class=
"ent-div"
></div>
<div
class=
"ent-b-in"
>
<div
class=
"a-in1"
>
<img
s
rc=
"../../assets/img/biguser.png
"
alt=
""
>
<img
s
tyle=
"height: 100%"
:src=
"lastExportData.catchPic ? lastExportData.catchPic : require('@/assets/img/biguser.png')
"
alt=
""
>
</div>
<div
class=
"a-in2"
>
<div>
人员姓名:
<span>
{{
lastExportData
?
lastExportData
.
personName
:
"-"
}}
</span>
</div>
...
...
@@ -193,7 +193,8 @@
lastImportCarData
:{},
//最新出场信息
lastExportCarData
:{},
timer
:
""
timer
:
""
,
aaa
:
require
(
"@/assets/img/biguser.png"
)
}
},
created
(){
...
...
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