master
huanghai 5 years ago
parent e37134836f
commit bf29842bcd

@ -61,7 +61,7 @@ func ListBasePositionByBureauId(in *BasePositionProto.ListBasePositionByBureauId
return nil, -1, errors.New("无法找到指定的单位ID")
}
//2、这个单位ID是哪个类型的org_type
orgType := list[0]["org_type"].(float64)
orgType := list[0]["org_type"].(float64) //这里有一个坑因为这里不是从MYSQL获取的而是从REDIS中获取的
//区域代码
areaCode := list[0]["area_code"].(string)
//办学类型

Loading…
Cancel
Save