原始记录
This commit is contained in:
parent
318b8df72c
commit
e2c611594c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue