修改錯誤
This commit is contained in:
parent
1ce4aacc2d
commit
8071a0bb50
@ -242,6 +242,10 @@ namespace Backend.Controllers
|
||||
return apiResult;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 獲取專案名稱(東別)
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
[HttpPost]
|
||||
public async Task<ApiResult<Variable>> ProjectName()
|
||||
{
|
||||
|
@ -207,7 +207,7 @@ namespace FrontendWebApi.ApiControllers
|
||||
where SUBSTRING(ap.AuthCode,1,1) = 'C' and ui.account = '{account}'
|
||||
");
|
||||
|
||||
var building = buildmenusql.GroupBy(a => a.main_system_tag).ToList();
|
||||
var building = buildmenusql.GroupBy(a => a.building_tag).ToList();
|
||||
|
||||
List<Building> buildingMenus = new List<Building>();
|
||||
foreach (var menu in building)
|
||||
|
Loading…
Reference in New Issue
Block a user