Browse Source

接口修改

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

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

@@ -215,7 +215,7 @@
 	<!--用于移动端接口:招聘方【招聘主页】-->
 	<select id="pagedLoadAllResumes" parameterType="hashMap" resultType="Map">
 		<![CDATA[
-			select  * from (select
+			select DISTINCT * from (select
 				ju.real_name  realName,
 				ju.head_image_url headImage,
 				ju.address_ address,