合并最新

This commit is contained in:
2022-12-20 09:32:32 +08:00
parent 844e9f1488
commit 1abdaa9476
654 changed files with 73563 additions and 9746 deletions
+1 -1
View File
@@ -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;