|
|
@ -170,7 +170,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
and d.name like concat('%', #{doctorName}, '%')
|
|
|
|
and d.name like concat('%', #{doctorName}, '%')
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
</where>
|
|
|
|
</where>
|
|
|
|
GROUP BY a.id
|
|
|
|
|
|
|
|
order by a.create_time desc
|
|
|
|
order by a.create_time desc
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
|
|