|
|
@@ -207,10 +207,11 @@
|
|
|
left join sys_data_dictionary waged on j.wage_type=waged.id_ and waged.del_flag=0
|
|
|
left join base_company p on j.company_id=p.id_ and p.del_flag=0
|
|
|
left join sys_data_dictionary pd on p.scale_=pd.id_ and pd.del_flag=0
|
|
|
- left join base_city as bcity on bcity.id_=j.area_ and b.del_flag=0
|
|
|
+ left join base_city as bcity on bcity.id_=j.area_
|
|
|
]]>
|
|
|
<where>
|
|
|
and job_user_id = #{searchParams.jobUserId}
|
|
|
+ and b.del_flag=0
|
|
|
</where>
|
|
|
<foreach item="sort" collection="sortList" open="order by" separator=",">
|
|
|
${sort.name} ${sort.order}
|