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
1e8a3f14
Commit
1e8a3f14
authored
May 26, 2024
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
取消人脸初始加载
parent
6a126cde
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
base-manager/db/add.sql
base-manager/db/add.sql
+1
-1
base-manager/src/main/java/com/mortals/xhx/face/ArcsoftFaceUtil.java
...r/src/main/java/com/mortals/xhx/face/ArcsoftFaceUtil.java
+1
-1
No files found.
base-manager/db/add.sql
View file @
1e8a3f14
...
...
@@ -348,6 +348,6 @@ PRIMARY KEY (`id`)
ALTER
TABLE
mortals_sys_dept
ADD
COLUMN
`inNum`
int
(
9
)
DEFAULT
'0'
COMMENT
'入驻事项数量'
AFTER
updateTime
;
INSERT
INTO
mortals_xhx_task
VALUES
(
null
,
'同步全部站点事项材料附件'
,
'SyncMatter
Task'
,
0
,
'SyncMatter
Task'
,
''
,
''
,
1
,
3600
,
'16:05'
,
''
,
'192.168.1.107'
,
'2024-05-18 16:05:00'
,
0
,
'2024-03-01 10:59:53'
,
1
,
'系统管理员'
);
INSERT
INTO
mortals_xhx_task
VALUES
(
null
,
'同步全部站点事项材料附件'
,
'SyncMatter
DaumFileTask'
,
0
,
'SyncMatterDaumFile
Task'
,
''
,
''
,
1
,
3600
,
'16:05'
,
''
,
'192.168.1.107'
,
'2024-05-18 16:05:00'
,
0
,
'2024-03-01 10:59:53'
,
1
,
'系统管理员'
);
base-manager/src/main/java/com/mortals/xhx/face/ArcsoftFaceUtil.java
View file @
1e8a3f14
...
...
@@ -25,7 +25,7 @@ import java.util.List;
import
static
com
.
arcsoft
.
face
.
toolkit
.
ImageFactory
.
getRGBData
;
@Slf4j
@Component
//
@Component
public
class
ArcsoftFaceUtil
{
@Value
(
value
=
"${faceAppId}"
)
...
...
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