Merge branch 'hotfix_validPhoto' into test6.9.3
Showing
1 changed file
with
1 additions
and
0 deletions
@@ -51,6 +51,7 @@ public class ZhiMaOcrUpdateAgainJob implements YhJob { | @@ -51,6 +51,7 @@ public class ZhiMaOcrUpdateAgainJob implements YhJob { | ||
51 | 51 | ||
52 | @Override | 52 | @Override |
53 | public JobProcessResult process(String s) { | 53 | public JobProcessResult process(String s) { |
54 | + logger.info("enter ZhiMaOcrUpdateAgainJob.process"); | ||
54 | //如果ocr认证开关还是关闭的,则直接返回 | 55 | //如果ocr认证开关还是关闭的,则直接返回 |
55 | boolean open = certPhotoSwitchComponent.getCertPhotoSwitch(); | 56 | boolean open = certPhotoSwitchComponent.getCertPhotoSwitch(); |
56 | if(!open){ | 57 | if(!open){ |
-
Please register or login to post a comment