- Citycode to CityCode

This commit is contained in:
gazebo
2018-12-06 11:33:25 +08:00
parent 04815dc5c0
commit 2210e1020b

View File

@@ -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 {