|
@@ -50,16 +50,14 @@
|
|
and post.CompanyID = #{companyID}
|
|
and post.CompanyID = #{companyID}
|
|
</if>
|
|
</if>
|
|
</where>
|
|
</where>
|
|
|
|
+ group by
|
|
|
|
+ post.postID,post.workCode,post.workName,post.recruitCount,post.companyID,post.postName,post.recordStatus,post.workNature,post.validDay,
|
|
|
|
+ post.workYear,post.cultureRank,post.postDesc,post.maxSalary,post.minSalary,post.welfare,post.postEmail,post.workTime,post.isTrail,post.trailMonths,
|
|
|
|
+ post.TrailMaxSalary,post.trailMinSalary,post.createUserID,post.createTime,post.modifyUserID,post.modifyTime,post.validTime,post.startTime,post.endTime,
|
|
|
|
+ post.jobPlace,company.userName,company.userMobile,company.companyEmail,company.CompanyName,company.insuredCount,item.`Name`,
|
|
|
|
+ post.ProfessionID,pro.ProfessionName,pro.parentProfessionID,site.SiteID,site.SiteName,inSites.InstitutionID,company.RegionCode
|
|
order by post.CreateTime desc
|
|
order by post.CreateTime desc
|
|
</select>
|
|
</select>
|
|
- <!-- selectPostList的分组
|
|
|
|
- group by
|
|
|
|
- post.postID,post.workCode,post.workName,post.recruitCount,post.companyID,post.postName,post.recordStatus,post.workNature,post.validDay,
|
|
|
|
- post.workYear,post.cultureRank,post.postDesc,post.maxSalary,post.minSalary,post.welfare,post.postEmail,post.workTime,post.isTrail,post.trailMonths,
|
|
|
|
- post.TrailMaxSalary,post.trailMinSalary,post.createUserID,post.createTime,post.modifyUserID,post.modifyTime,post.validTime,post.startTime,post.endTime,
|
|
|
|
- post.jobPlace,company.userName,company.userMobile,company.companyEmail,company.CompanyName,company.insuredCount,item.`Name`,
|
|
|
|
- post.ProfessionID,pro.ProfessionName,pro.parentProfessionID
|
|
|
|
- -->
|
|
|
|
<select id="selectRecommendPostList" resultType="com.hz.employmentsite.vo.companyService.RecommendPostVo">
|
|
<select id="selectRecommendPostList" resultType="com.hz.employmentsite.vo.companyService.RecommendPostVo">
|
|
select post.*,
|
|
select post.*,
|
|
recommend.recommendID,
|
|
recommend.recommendID,
|