Commit df5f5cdb authored by zhangsen's avatar zhangsen

bugxiugai

parent 510d09db
...@@ -282,7 +282,8 @@ ...@@ -282,7 +282,8 @@
IFNULL(b.project_name, '') as stationName, IFNULL(b.project_name, '') as stationName,
'' as unitName, '' as unitName,
IFNULL(a.qrcode_color, 'green') as qrCodeColor, IFNULL(a.qrcode_color, 'green') as qrCodeColor,
IFNULL(a.rec_date, '') AS date IFNULL(a.rec_date, '') AS recDate,
IFNULL(head_photo, '') AS headPhoto
FROM FROM
person_basic a person_basic a
LEFT JOIN person_account b ON a.sequence_nbr = b.person_id 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