From 2210e1020b2d4a4efbc29e53fc9f62d41e24017f Mon Sep 17 00:00:00 2001 From: gazebo Date: Thu, 6 Dec 2018 11:33:25 +0800 Subject: [PATCH] - Citycode to CityCode --- business/jxstore/initdata/initdata.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxstore/initdata/initdata.go b/business/jxstore/initdata/initdata.go index 01aade43c..333a51458 100644 --- a/business/jxstore/initdata/initdata.go +++ b/business/jxstore/initdata/initdata.go @@ -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 {