Commit 6a2a0506 authored by 郝彦辉's avatar 郝彦辉

方法update_huiTohei_type2,type=2的灰洗黑

parent a95173dd
...@@ -1028,7 +1028,7 @@ public class BlackListToolsManagerServiceImpl implements IBlackListToolsManagerS ...@@ -1028,7 +1028,7 @@ public class BlackListToolsManagerServiceImpl implements IBlackListToolsManagerS
for(TmpBlackGreyList queryBean : tmpQueryList){ for(TmpBlackGreyList queryBean : tmpQueryList){
if(queryBean.getUuid()==null){ if(queryBean.getUuid()==null || "".equals(queryBean.getUuid().trim())){
log.info("方法update_huiTohei_type2()检测用户信息id:{} 的uuid是空的", queryBean.getId()); log.info("方法update_huiTohei_type2()检测用户信息id:{} 的uuid是空的", queryBean.getId());
if(StringUtils.isNotEmpty(queryBean.getIdNo()) && StringUtils.isNotEmpty(queryBean.getName())){ if(StringUtils.isNotEmpty(queryBean.getIdNo()) && StringUtils.isNotEmpty(queryBean.getName())){
......
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