wkyy il y a 4 ans
Parent
commit
e62710de22
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3 1
      common/src/main/resources/mapper/job/Recruitment.xml

+ 3 - 1
common/src/main/resources/mapper/job/Recruitment.xml

@@ -230,7 +230,8 @@
 				sddb.name_ AS wageTypeN,
 				bci.city_name AS cityName,
 				sddc.name_ AS industry,
-				sddd.name_ AS workYear
+				sddd.name_ AS workYear,
+				jwc.name_ AS positionName
 			FROM
 				job_recruitment AS jr
 			LEFT JOIN base_company AS bc ON jr.company_id = bc.id_
@@ -239,6 +240,7 @@
 			LEFT JOIN sys_data_dictionary AS sddc ON bc.industry_ = sddc.id_
 			LEFT JOIN sys_data_dictionary AS sddd ON jr.work_year = sddd.id_
 			LEFT JOIN base_city AS bci ON jr.area_ = bci.id_
+			LEFT JOIN job_work_category jwc ON jr.position_ = jwc.id_
 		]]>
 		<where>
 			<if test="searchParams.title != null">