Commit bc637c23 by chamberone

fix: 修复为空bug

1 parent 031c72cd
...@@ -26,7 +26,7 @@ public class MapBlockInfoEntity { ...@@ -26,7 +26,7 @@ public class MapBlockInfoEntity {
@Column(name = "group_id", length = 50, nullable = false) @Column(name = "group_id", length = 50, nullable = false)
private String groupId; private String groupId;
@Column(name = "city_code", nullable = false) @Column(name = "city_code", nullable = true)
private String cityCode; private String cityCode;
@Column(name = "area") @Column(name = "area")
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!