Commit b4af6520 by 陶光胜

取数平台调整

parent ed2c86da
......@@ -294,6 +294,8 @@ public class FlatQueryResultServiceImpl implements IFlatQueryResultService {
} else if(FilterFieldUtils.FILETERS_USER_NAME.contains(fieldName)){
fieldResult = DecryptUtils.dataSecurityProcessUserName(DecryptUtils.decrypt(rs.getObject(fieldColumnIndex)+""));
} else fieldResult = rs.getObject(fieldColumnIndex);
System.out.println(FilterFieldUtils.FILTERS_PHONE_ONLY);
System.out.println(FilterFieldUtils.FILTERS_PHONE_AND_CARD);
}
} // SWITCH OVER
......
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