mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-23 18:02:18 +00:00
dokumententyp kann nun im Infocenter geaendert werden und zgv master wird angezeigt
This commit is contained in:
@@ -208,10 +208,10 @@
|
||||
LIMIT 1
|
||||
) AS "StgAktiv",
|
||||
(
|
||||
SELECT ps.zgvnation
|
||||
SELECT CONCAT(COALESCE(ps.zgvnation, \'-\'), \' / \' , COALESCE(ps.zgvmanation, \'-\'))
|
||||
FROM public.tbl_prestudent ps
|
||||
WHERE ps.person_id = p.person_id
|
||||
ORDER BY ps.zgvnation DESC NULLS LAST, ps.prestudent_id DESC
|
||||
ORDER BY ps.zgvnation, ps.zgvmanation DESC NULLS LAST, ps.prestudent_id DESC
|
||||
LIMIT 1
|
||||
) AS "ZGVNation"
|
||||
FROM public.tbl_person p
|
||||
|
||||
Reference in New Issue
Block a user