瀏覽代碼

接口修改

wkyy 4 年之前
父節點
當前提交
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,