- 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)),
|
||||
Name: v.Name,
|
||||
Level: int8(v.Level),
|
||||
TelCode: v.Citycode,
|
||||
TelCode: v.CityCode,
|
||||
Enabled: 1,
|
||||
}
|
||||
if parent != nil {
|
||||
|
||||
Reference in New Issue
Block a user