认证-参数项导出中英文切换
This commit is contained in:
+2
@@ -546,6 +546,8 @@ public class FileSplitItemsEOServiceImpl extends ServiceImpl<FileSplitItemsEOMap
|
||||
}
|
||||
String value = stringBuilder.substring(0, stringBuilder.lastIndexOf(","));
|
||||
entry.setValue(value);
|
||||
} else {
|
||||
entry.setValue(null);
|
||||
}
|
||||
}
|
||||
// 标准选择
|
||||
|
||||
Reference in New Issue
Block a user