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