Browse Source

接口修改

wkyy 4 years ago
parent
commit
933f9fae3b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      common/src/main/resources/mapper/job/UserBrowse.xml

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

@@ -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}