Skip to content

Commit

Permalink
Latest merge
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzhaoyuan committed Jul 30, 2024
1 parent be8b4f5 commit 590736f
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -327,14 +327,6 @@
</collection>
</resultMap>

<sql id="getSampleIdsFromPatientIds">
SELECT sample_unique_id
FROM sample_derived
<where>
patient_unique_id IN (<include refid="patientUniqueIdsFromStudyViewFilter"/>)
</where>
</sql>

<sql id="getPatientIdsFromSampleIdFilters">
SELECT patient_unique_id
FROM sample_derived
Expand Down

0 comments on commit 590736f

Please sign in to comment.