|
@@ -202,8 +202,7 @@ namespace TEAMModelBI.Controllers.BISchool
|
|
|
picture = obj.GetProperty("picture").GetString(),
|
|
|
period = obj.GetProperty("period").ToObject<List<Period>>().Select(x => x.name).ToList(),
|
|
|
province = obj.GetProperty("province").GetString(),
|
|
|
- city = obj.GetProperty("city").GetString(),
|
|
|
- dist = obj.GetProperty("dist").GetString()
|
|
|
+ city = obj.GetProperty("city").GetString()
|
|
|
};
|
|
|
try
|
|
|
{
|