代码提交

This commit is contained in:
liang.chao 2025-09-28 15:19:30 +08:00
parent ba586a8eaa
commit 1071a33af0
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
da_ky_transfer_issue dkti
left join da_ky_project dkp ON dkti.pro_id = dkp.id
WHERE
del_flag = '1'
dkti.del_flag = '1'
<if test="proName != null and proName != ''">
AND dkti.single_pro_name = #{proName}
</if>