Commit 1ab8ea2f by 陶光胜

自助指标解密

parent 019036a4
......@@ -249,7 +249,7 @@ public class FlatQueryResultServiceImpl implements IFlatQueryResultService {
}else {
fieldResult = rs.getObject(fieldColumnIndex);
}
} else fieldResult = rs.getObject(fieldColumnIndex);
} else fieldResult = "******";
} // SWITCH OVER
result.add(fieldName, fieldResult);
// } // IF ELSE 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