合并最新
This commit is contained in:
@@ -82,7 +82,7 @@ namespace BLL
|
||||
Model.Weather getWeather = new Model.Weather();
|
||||
string appkey = "7416f4dd68c9352e02be31b12f15d74f"; //配置您申请的appkey
|
||||
var project = ProjectService.GetProjectByProjectId(projectId);
|
||||
string city = "开封";
|
||||
string city = "成都";
|
||||
if (project != null && !string.IsNullOrEmpty(project.City))
|
||||
{
|
||||
city = project.City;
|
||||
|
||||
Reference in New Issue
Block a user