代码提交
This commit is contained in:
parent
409ad4eda4
commit
21956e8ca1
|
|
@ -323,11 +323,11 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
FROM da_ky_transfer_apply dkta
|
FROM da_ky_transfer_apply dkta
|
||||||
left join da_ky_project dkp on dkta.pro_id = dkp.id
|
left join da_ky_project dkp on dkta.pro_id = dkp.id
|
||||||
where dkta.del_flag = '1'
|
where dkta.del_flag = '1'
|
||||||
<if test="proId != null and proId != ''">
|
|
||||||
and dkta.pro_id = #{proId}
|
|
||||||
</if>
|
|
||||||
<if test="proName != null and proName != ''">
|
<if test="proName != null and proName != ''">
|
||||||
and dkta.single_pro_name like concat('%',#{proName},'%')
|
and dkta.pro_id = #{proName}
|
||||||
|
</if>
|
||||||
|
<if test="singleProName != null and singleProName != ''">
|
||||||
|
and dkta.single_pro_name like concat('%',#{singleProName},'%')
|
||||||
</if>
|
</if>
|
||||||
<if test="transfertTime != null and transfertTime != ''">
|
<if test="transfertTime != null and transfertTime != ''">
|
||||||
and DATE(dkta.transfer_time) = #{transfertTime}
|
and DATE(dkta.transfer_time) = #{transfertTime}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue