查询
This commit is contained in:
parent
683f98875c
commit
7eb1952c63
@ -20,7 +20,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<include refid="selectLabReqmainVo"></include>
|
||||
<where>
|
||||
<if test="sqh != null and sqh != ''"> and a.sqh = #{sqh}</if>
|
||||
<if test="zt != null and zt != ''"> and a.zt = #{zt}</if>
|
||||
<if test="zt != null and zt != ''"> and ((select ','+remark+',' from sys_dict_data where dict_type='lis_reqcx_type' and dict_value=#{zt}) like '%,'+a.zt+',%')</if>
|
||||
<if test="ksdh != null and ksdh != ''"> and (a.ksdh = #{ksdh} or a.bz2 = #{ksdh})</if>
|
||||
<if test="brly != null and brly != ''"> and a.brly = #{brly}</if>
|
||||
<if test="yljg != null and yljg != ''"> and a.yljg = #{yljg}</if>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user