Commit 3b220689 authored by 郝彦辉's avatar 郝彦辉

synValidDateEndUserOcr方法

parent 193e093c
...@@ -200,7 +200,7 @@ public class UserOcrService { ...@@ -200,7 +200,7 @@ public class UserOcrService {
log.info("从Hbase里获取新增用户ocr结束, 大小: {} , 耗时: {} ", ocrInfoList!=null?ocrInfoList.size():0, (System.currentTimeMillis()-start2)); log.info("从Hbase里获取新增用户ocr结束, 大小: {} , 耗时: {} ", ocrInfoList!=null?ocrInfoList.size():0, (System.currentTimeMillis()-start2));
if(ocrInfoList!=null && ocrInfoList.size()>0){ if(ocrInfoList!=null && ocrInfoList.size()>0){
RenHangBatchExecuteJdbc.batchInsertExecute(ocrInfoList); RenHangBatchExecuteJdbc.batchUpdateExecute(ocrInfoList);
} }
}catch (Exception e){ }catch (Exception e){
log.error("执行同步增量ocr信息异常,", e); log.error("执行同步增量ocr信息异常,", e);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment