修复了数据引起的marker
This commit is contained in:
@@ -31,7 +31,7 @@ public class MarkerDynamicData implements Serializable {
|
||||
return type;
|
||||
}
|
||||
|
||||
public void setType(Long type) {
|
||||
public void setType(double type) {
|
||||
this.type = type;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user