代码提交

This commit is contained in:
liang.chao 2025-09-28 10:45:28 +08:00
parent 63d44136ee
commit 9aff0c7208
1 changed files with 1 additions and 4 deletions

View File

@ -324,10 +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},'%')
</if>
<if test="singleProName != null and singleProName != ''">
and dkta.single_pro_name like concat('%',#{singleProName},'%')
AND INSTR(dkta.single_pro_name, #{proName}) > 0
</if>
<if test="transfertTime != null and transfertTime != ''">
and DATE(dkta.transfer_time) = #{transfertTime}