修改患者列表报错

master
heminjian502 2 years ago
parent 8052c62406
commit f96b073655

@ -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>

Loading…
Cancel
Save