Compare commits
2 Commits
e1e41ecffa
...
1a026467c4
| Author | SHA1 | Date |
|---|---|---|
|
|
1a026467c4 | |
|
|
33eed5eb33 |
|
|
@ -307,10 +307,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
and dkta.pro_id = #{proId}
|
||||
</if>
|
||||
<if test="proName != null and proName != ''">
|
||||
and dkta.pro_name like concat('%',#{proName},'%')
|
||||
</if>
|
||||
<if test="singleProName != null and singleProName != ''">
|
||||
and dkta.single_pro_name like concat('%',#{singleProName},'%')
|
||||
and dkta.single_pro_name like concat('%',#{proName},'%')
|
||||
</if>
|
||||
<if test="transfertTime != null and transfertTime != ''">
|
||||
and DATE(dkta.transfer_time) = #{transfertTime}
|
||||
|
|
|
|||
Loading…
Reference in New Issue