kgdxpr 9 months ago
commit 11f892ee3a

@ -106,7 +106,7 @@ public class DataEaseModel {
record.set(colName, parent_area_name);
} else {
if (StrKit.isBlank(value)) {
record.set(colName, 0);
record.set(colName, null);
} else {
if (isInteger(value)) {
record.set(colName, Integer.parseInt(value));

Loading…
Cancel
Save