原始记录

This commit is contained in:
cwchen 2024-07-29 09:09:47 +08:00
parent 318b8df72c
commit e2c611594c
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@
WHERE del_falg = 0
GROUP BY sample_id
) tsd ON tsd.sample_id = ts.id
WHERE ts.del_flag = 0
WHERE ts.del_flag = 0 AND ts.team_id IS NOT NULL
<if test="keyWord != null and keyWord!=''">
AND (
INSTR(tt.team_name,#{keyWord}) > 0 OR