|
|
@@ -207,7 +207,7 @@
|
|
|
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_
|
|
|
+ left join base_city as bcity on bcity.id_=j.area_ and b.del_flag=0
|
|
|
]]>
|
|
|
<where>
|
|
|
and job_user_id = #{searchParams.jobUserId}
|