zhijiezhao 3 年 前
コミット
cc1d72d64d
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/main/resources/mapper/ClubMapper.xml

+ 1 - 1
src/main/resources/mapper/ClubMapper.xml

@@ -411,7 +411,7 @@
           and remarks is not null
     </select>
     <select id="findQuestionMan" resultType="java.lang.String">
-        select questionMan
+        select DISTINCT questionMan
         from cm_visitor_remarks
         where questionManId = #{questionManId}
           AND questionMan IS NOT NULL