[前台] 後端修正 GetMenu 無顯示資料問題
This commit is contained in:
parent
df02d1593b
commit
03c5cc13f5
@ -194,7 +194,7 @@ namespace FrontendWebApi.ApiControllers
|
||||
) ra
|
||||
left join auth_page ap on ra.AuthCode = ap.AuthCode
|
||||
where ap.AuthType = 1
|
||||
) shower on shower.building_tag = me.building_tag and shower.ShowView = v2.system_value
|
||||
) shower on shower.building_tag = me.building_tag and shower.ShowView = v2.id
|
||||
order by b.priority, v1.system_priority, v2.system_priority, v2.created_at DESC", new { Account = account });
|
||||
|
||||
var floorsql = await backendRepository.GetAllAsync<Floorsql>(@"
|
||||
|
Loading…
Reference in New Issue
Block a user