|
@@ -217,6 +217,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="doctorName != null and doctorName != ''">
|
|
<if test="doctorName != null and doctorName != ''">
|
|
|
AND fd.doctor_name LIKE CONCAT('%', #{doctorName}, '%')
|
|
AND fd.doctor_name LIKE CONCAT('%', #{doctorName}, '%')
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+ <if test="companyUserId != null">
|
|
|
|
|
+ AND infocollect.company_user_id = #{companyUserId}
|
|
|
|
|
+ </if>
|
|
|
</where>
|
|
</where>
|
|
|
ORDER BY infocollect.create_time DESC
|
|
ORDER BY infocollect.create_time DESC
|
|
|
</select>
|
|
</select>
|