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