|
|
@ -15,7 +15,8 @@ |
|
|
|
c.*, |
|
|
|
c.*, |
|
|
|
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 |
|
|
|
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 |
|
|
@ -78,7 +79,8 @@ |
|
|
|
c.*, |
|
|
|
c.*, |
|
|
|
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 |
|
|
|
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 |
|
|
|