Compare commits

..

No commits in common. "63d44136ee9b09eaec7bf3be3feb5e04df093dec" and "21956e8ca1ecbfa7122a7809fa15722f475ed2b1" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -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_name like concat('%',#{proName},'%')
and dkta.pro_id = #{proName}
</if>
<if test="singleProName != null and singleProName != ''">
and dkta.single_pro_name like concat('%',#{singleProName},'%')