Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
yohoufo-fore
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
qinchao
2019-05-09 19:18:29 +0800
Commit
ba9f8b23039fd331c569579a49857f4c14633f59
2 parents
ad89f609
e6a53e18
Merge branch 'hotfix_validPhoto' into test6.9.3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
users/src/main/java/com/yohoufo/user/quartz/ZhiMaOcrUpdateAgainJob.java
users/src/main/java/com/yohoufo/user/quartz/ZhiMaOcrUpdateAgainJob.java
View file @
ba9f8b2
...
...
@@ -51,6 +51,7 @@ public class ZhiMaOcrUpdateAgainJob implements YhJob {
@Override
public
JobProcessResult
process
(
String
s
)
{
logger
.
info
(
"enter ZhiMaOcrUpdateAgainJob.process"
);
//如果ocr认证开关还是关闭的,则直接返回
boolean
open
=
certPhotoSwitchComponent
.
getCertPhotoSwitch
();
if
(!
open
){
...
...
Please
register
or
login
to post a comment