Skip to content

Commit

Permalink
fix legacy broken profile counts
Browse files Browse the repository at this point in the history
  • Loading branch information
alisman committed Oct 29, 2024
1 parent a2437bc commit 3d7953c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@
<include refid="selectGenePanelData"/>
<include refid="fromGenePanelData"/>
WHERE
sample_id IS NOT NULL AND
genetic_profile.STABLE_ID IN
<foreach item="item" collection="collection" open="(" separator="," close=")">
#{item}
Expand All @@ -132,6 +133,7 @@
<include refid="selectGenePanelData"/>
<include refid="fromGenePanelData"/>
<where>
sample_id IS NOT NULL
<choose>
<when test="list == null or list.isEmpty()">
AND NULL
Expand Down

0 comments on commit 3d7953c

Please sign in to comment.