Commit a1578464 authored by suhuiguang's avatar suhuiguang

1.增加返回人所在单位名称 ,大屏人员详情需要 之前未返回

parent 05d6c54c
......@@ -214,7 +214,8 @@
ifnull(a.qrcode_color, '') AS qrCodeColor,
ifnull(c.station_name, '') AS stationName,
ifnull(a.rec_date, '') as recDate,
a.sequence_nbr as objectId
a.sequence_nbr as objectId,
b.project_name as unitName
FROM
person_basic a
LEFT JOIN person_account b ON a.sequence_nbr = b.person_id
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment