bug修改
This commit is contained in:
parent
f64ae7179c
commit
97d505a9ea
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue