代码提交
This commit is contained in:
parent
33eed5eb33
commit
1a026467c4
|
|
@ -309,9 +309,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
<if test="proName != null and proName != ''">
|
<if test="proName != null and proName != ''">
|
||||||
and dkta.single_pro_name like concat('%',#{proName},'%')
|
and dkta.single_pro_name like concat('%',#{proName},'%')
|
||||||
</if>
|
</if>
|
||||||
<if test="singleProName != null and singleProName != ''">
|
|
||||||
and dkta.single_pro_name like concat('%',#{singleProName},'%')
|
|
||||||
</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}
|
||||||
</if>
|
</if>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue