Commit 014304fc by 陶光胜

自助指标解密

parent 5e40efd0
...@@ -244,7 +244,7 @@ public class FlatQueryResultServiceImpl implements IFlatQueryResultService { ...@@ -244,7 +244,7 @@ public class FlatQueryResultServiceImpl implements IFlatQueryResultService {
} else fieldResult = ""; } else fieldResult = "";
} else fieldResult = "******"; } else fieldResult = "******";
} else fieldResult = rs.getObject(fieldColumnIndex);**/ } else fieldResult = rs.getObject(fieldColumnIndex);**/
if ("phone_number".equals(fieldName) || "card_num".equals(fieldName)) { if (FreeQueryServiceImpl.FILTERS_PHONE_ONLY.contains(fieldName) || FreeQueryServiceImpl.FILTERS_PHONE_AND_CARD.contains(fieldName)) {
if(queryDataType == QueryDataType.FULL){ if(queryDataType == QueryDataType.FULL){
String preResult = rs.getString(fieldColumnIndex); String preResult = rs.getString(fieldColumnIndex);
if(dataPermission == 1 && FreeQueryServiceImpl.FILTERS_PHONE_ONLY.contains(fieldName)){ if(dataPermission == 1 && FreeQueryServiceImpl.FILTERS_PHONE_ONLY.contains(fieldName)){
......
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