- Citycode to CityCode
This commit is contained in:
@@ -21,7 +21,7 @@ func insertPlace(ctx *jxcontext.Context, db *dao.DaoDB, parent *autonavi.Distric
|
|||||||
Code: int(utils.Str2Int64(v.Adcode)),
|
Code: int(utils.Str2Int64(v.Adcode)),
|
||||||
Name: v.Name,
|
Name: v.Name,
|
||||||
Level: int8(v.Level),
|
Level: int8(v.Level),
|
||||||
TelCode: v.Citycode,
|
TelCode: v.CityCode,
|
||||||
Enabled: 1,
|
Enabled: 1,
|
||||||
}
|
}
|
||||||
if parent != nil {
|
if parent != nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user