소스 검색

接口修改

wkyy 4 년 전
부모
커밋
ddab6902d9
2개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 1
      common/src/main/resources/mapper/job/UserBrowse.xml
  2. 2 1
      common/src/main/resources/mapper/job/UserCollection.xml

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

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

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

@@ -153,10 +153,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}