Fix add_empl_position

This commit is contained in:
Виктор Гладких 2019-11-12 10:42:15 +03:00
parent 0b157244e0
commit 429cc705a1

View File

@ -27,8 +27,7 @@ class Command(BaseCommand):
a.role,
a.start_date,
a.end_date,
trim(CONCAT(p.firstname, ' ', p.lastname, ' ',
p.email,'')
trim(CONCAT(p.firstname, ' ', p.lastname)
) as name
from affiliations as a
join profiles p on p.id = a.profile_id