- temporarily disable sync store delivery region.

This commit is contained in:
gazebo
2018-11-19 15:17:36 +08:00
parent 52b6798b44
commit aa75705d95

View File

@@ -302,6 +302,7 @@ func JxDeliveryRegion2Ebai(store *model.Store) (deliveryRegion interface{}) {
rangeStr = ""
}
}
rangeStr = "" // todo 暂时禁止同步配送区域
if rangeStr != "" {
pointPairs := strings.Split(rangeStr, ";")
region := make([]map[string]interface{}, 0)