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