bug修复

This commit is contained in:
yanglei 2026-01-14 14:51:42 +08:00
parent 1707349276
commit 6e1a0f7037

View File

@ -53,7 +53,7 @@ public class EbikeBorrowBatteryRecord implements Serializable {
/** /**
* 是否已归还 * 是否已归还
*/ */
@Column(onInsertValue = "f") @Column(onInsertValue = "false")
private Boolean isReturn; private Boolean isReturn;
} }