|
@@ -198,7 +198,7 @@ public class ConvertUtil {
|
|
field.set(dto, v);
|
|
field.set(dto, v);
|
|
emptyCell = false;
|
|
emptyCell = false;
|
|
} else if (annotation.nullable()) {
|
|
} else if (annotation.nullable()) {
|
|
- excelErrorList.add(String.format("[%s]不能为空", annotation.name()));
|
|
|
|
|
|
+ excelErrorList.add(String.format("[%s]必填", annotation.name()));
|
|
}
|
|
}
|
|
}
|
|
}
|
|
if (emptyCell) {
|
|
if (emptyCell) {
|