组长度超过20省略号展示,导出doLog调整
This commit is contained in:
@@ -2725,6 +2725,10 @@ public class ExportExcel {
|
||||
}
|
||||
|
||||
}
|
||||
if(ef.title().equals("do_log")
|
||||
&& (Reflections.invokeGetter(e, "serviceId").toString().equals("512"))) {
|
||||
val = "";
|
||||
}
|
||||
if(ef.title().equals("whether_area_block")&&!StringUtil.isEmpty(val)){
|
||||
Integer whetherAreaBlock=Integer.parseInt(valStr);
|
||||
if(whetherAreaBlock.equals(0)){
|
||||
|
||||
Reference in New Issue
Block a user