原始记录
This commit is contained in:
parent
318b8df72c
commit
e2c611594c
|
|
@ -283,7 +283,7 @@
|
||||||
WHERE del_falg = 0
|
WHERE del_falg = 0
|
||||||
GROUP BY sample_id
|
GROUP BY sample_id
|
||||||
) tsd ON tsd.sample_id = ts.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!=''">
|
<if test="keyWord != null and keyWord!=''">
|
||||||
AND (
|
AND (
|
||||||
INSTR(tt.team_name,#{keyWord}) > 0 OR
|
INSTR(tt.team_name,#{keyWord}) > 0 OR
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue