Quellcode durchsuchen

08 06 01 fix show select

hr vor 4 Jahren
Ursprung
Commit
e7346c5c07
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      src/main/resources/mapper/ReportRelationMapper.xml

+ 1 - 0
src/main/resources/mapper/ReportRelationMapper.xml

@@ -33,6 +33,7 @@
           and crr.hosp_id = #{hospId}
           and csl.hosp_id = #{hospId}
           and crr.report_id = #{reportId}
+          and csl.relation = 2
 
     </select>