|
|
@ -16,7 +16,8 @@ |
|
|
|
IFNULL( cla.province, '未完善' ) AS province, |
|
|
|
IFNULL( cla.province, '未完善' ) AS province, |
|
|
|
IFNULL( cla.city, '未完善' ) AS city, |
|
|
|
IFNULL( cla.city, '未完善' ) AS city, |
|
|
|
cla.id AS teamId, |
|
|
|
cla.id AS teamId, |
|
|
|
logo_url |
|
|
|
logo_url, |
|
|
|
|
|
|
|
brief_introduction |
|
|
|
FROM |
|
|
|
FROM |
|
|
|
hr_enterprise_certification c |
|
|
|
hr_enterprise_certification c |
|
|
|
INNER JOIN hr_user_account a ON a.id = c.account_id |
|
|
|
INNER JOIN hr_user_account a ON a.id = c.account_id |
|
|
@ -80,7 +81,8 @@ |
|
|
|
IFNULL( cla.province, '未完善' ) AS province, |
|
|
|
IFNULL( cla.province, '未完善' ) AS province, |
|
|
|
IFNULL( cla.city, '未完善' ) AS city, |
|
|
|
IFNULL( cla.city, '未完善' ) AS city, |
|
|
|
cla.id AS teamId, |
|
|
|
cla.id AS teamId, |
|
|
|
logo_url |
|
|
|
logo_url, |
|
|
|
|
|
|
|
brief_introduction |
|
|
|
FROM |
|
|
|
FROM |
|
|
|
hr_enterprise_certification c |
|
|
|
hr_enterprise_certification c |
|
|
|
INNER JOIN hr_user_account a ON a.id = c.account_id |
|
|
|
INNER JOIN hr_user_account a ON a.id = c.account_id |
|
|
|