...
|
...
|
@@ -94,7 +94,7 @@ public class ZhiMaOcrUpdateAgainJob implements YhJob { |
|
|
//更新
|
|
|
if(targetPhotoStatus != CertPhotoEnum.valid_but_uncheck.getStatus()){
|
|
|
int num = zhiMaCertDao.updatePhotoStatusByPrimaryKeyAndValidStatus(zhiMaCert.getId(),targetPhotoStatus);
|
|
|
logger.info("ZhiMaOcrUpdateAgainJob checkCertPhoto update success old zhiMaCert {} ,num {} ,new photo status ",zhiMaCert, num,targetPhotoStatus);
|
|
|
logger.info("ZhiMaOcrUpdateAgainJob checkCertPhoto update success old zhiMaCert {} ,num {} ,new photo status {} ",zhiMaCert, num,targetPhotoStatus);
|
|
|
}
|
|
|
}
|
|
|
}
|
...
|
...
|
|