Showing
1 changed file
with
1 additions
and
1 deletions
@@ -94,7 +94,7 @@ public class ZhiMaOcrUpdateAgainJob implements YhJob { | @@ -94,7 +94,7 @@ public class ZhiMaOcrUpdateAgainJob implements YhJob { | ||
94 | //更新 | 94 | //更新 |
95 | if(targetPhotoStatus != CertPhotoEnum.valid_but_uncheck.getStatus()){ | 95 | if(targetPhotoStatus != CertPhotoEnum.valid_but_uncheck.getStatus()){ |
96 | int num = zhiMaCertDao.updatePhotoStatusByPrimaryKeyAndValidStatus(zhiMaCert.getId(),targetPhotoStatus); | 96 | int num = zhiMaCertDao.updatePhotoStatusByPrimaryKeyAndValidStatus(zhiMaCert.getId(),targetPhotoStatus); |
97 | - logger.info("ZhiMaOcrUpdateAgainJob checkCertPhoto update success old zhiMaCert {} ,num {} ,new photo status ",zhiMaCert, num,targetPhotoStatus); | 97 | + logger.info("ZhiMaOcrUpdateAgainJob checkCertPhoto update success old zhiMaCert {} ,num {} ,new photo status {} ",zhiMaCert, num,targetPhotoStatus); |
98 | } | 98 | } |
99 | } | 99 | } |
100 | } | 100 | } |
-
Please register or login to post a comment