wkyy 4 лет назад
Родитель
Сommit
db96edb256
1 измененных файлов с 1 добавлено и 1 удалено
  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,