优化商品导出excel的接口

This commit is contained in:
神话
2022-05-03 17:01:48 +08:00
parent 15743a2952
commit 8940b6e846
2 changed files with 13 additions and 13 deletions

View File

@@ -254,7 +254,7 @@ public class StringUtil {
}
public static String toNull(String value) {
if(("").equals(value)) {
if(isEmpty(value)) {
value = null;
} else {
value = value.trim();