修改诊断记录列表查询

master
chenfei 2 years ago
parent b73e1fb7fe
commit c460213fb2

@ -206,7 +206,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</foreach> </foreach>
</if> </if>
<if test="sex !=null and sex !=''">and tp.sex = #{sex} </if> <if test="sex !=null and sex !=''">and tp.sex = #{sex} </if>
<if test="identifier !=null and identifier != null">and tp.identifier like concat('%', #{identifier}, '%')</if> <if test="identifier !=null and identifier != ''">and tp.identifier like concat('%', #{identifier}, '%')</if>
<if test="delFlag == null"> <if test="delFlag == null">
and td.del_flag = '0' and tp.del_flag = '0' and td.del_flag = '0' and tp.del_flag = '0'
</if> </if>

Loading…
Cancel
Save