@@ -139,5 +139,12 @@
</foreach>
group by CONNECT_ID
</select>
+ <select id="getGuideExistCollectByConnectIds" parameterType="TDoctorCollect" resultType="String">
+ select CONNECT_ID
+ from t_doctor_collect
+ where CREATE_USER = #{createUser}
+ and CONNECT_ID REGEXP #{connectId}
+ group by CONNECT_ID
+ </select>
</mapper>