zhijiezhao 3 tahun lalu
induk
melakukan
cc1d72d64d
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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