|
@@ -243,7 +243,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
n.province as company_province,
|
|
n.province as company_province,
|
|
|
n.address as company_address,
|
|
n.address as company_address,
|
|
|
n.company_id,
|
|
n.company_id,
|
|
|
- n.income_type
|
|
|
|
|
|
|
+ n.income_type,
|
|
|
|
|
+ n.income_start,
|
|
|
|
|
+ n.income_end
|
|
|
FROM
|
|
FROM
|
|
|
recruit_interview r
|
|
recruit_interview r
|
|
|
LEFT JOIN recruit_needs n ON r.needs_id = n.id
|
|
LEFT JOIN recruit_needs n ON r.needs_id = n.id
|