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