操控 动作字段的CSV导出国际化修改
This commit is contained in:
@@ -319,6 +319,18 @@ public class ExcelCsv {
|
||||
dict="action_spoofing";
|
||||
val = msgProp.getProperty(dict,dict);
|
||||
}
|
||||
//http(s) manipulate 导出action修改为Manipulate
|
||||
if(ef.title().equals("block_type")
|
||||
&& dict.equals("action_redirect")
|
||||
&& (Reflections.invokeGetter(e, "serviceId").toString().equals("656"))) {
|
||||
dict="action_manipulate";
|
||||
val = msgProp.getProperty(dict,dict);
|
||||
}
|
||||
if(ef.title().equals("action")
|
||||
&& dict.equals("action_redirect")) {
|
||||
dict="action_manipulate";
|
||||
val = msgProp.getProperty(dict,dict);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user