main
黄海 1 year ago
parent 5bd7e75897
commit 8c4e592007

@ -580,7 +580,6 @@ public class ZbdcModel {
if (StrKit.isBlank(value.toString())) record.set(key, 0);
else record.set(key, Double.parseDouble(value.toString()));
}
record.set(key, value);
}
if (id > 0) {
Db.update(table_name, record);

Loading…
Cancel
Save