bug修改

This commit is contained in:
mashuai 2024-10-08 09:30:23 +08:00
parent f64ae7179c
commit 97d505a9ea
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@
LEFT JOIN
tb_people p ON t.id = p.team_id
WHERE
t.del_flag = 0 AND p.del_flag = 0
t.del_flag = 0 AND p.del_flag = 0 AND t.js_time is NULL
<if test="proId != null">
AND t.pro_id = #{proId}
</if>