Commit b554ed75 by 郑冰晶

优化异常告警

parent 7d701ec7
...@@ -21,10 +21,6 @@ public class MySqlSecurityParameterVisitor extends MySqlSchemaStatVisitor { ...@@ -21,10 +21,6 @@ public class MySqlSecurityParameterVisitor extends MySqlSchemaStatVisitor {
* 加密列参数 * 加密列参数
*/ */
protected List<Parameter> encryptColumnParameters; protected List<Parameter> encryptColumnParameters;
/**
* 增加insert列|更新列|查询列参数
*/
protected List<Parameter> addColumnParameters;
public MySqlSecurityParameterVisitor(Map<String,Map<String,ColumnRule>> tableRuleMap, List<Parameter> encryptColumnParameters) { public MySqlSecurityParameterVisitor(Map<String,Map<String,ColumnRule>> tableRuleMap, List<Parameter> encryptColumnParameters) {
super(); super();
......
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