Sfoglia il codice sorgente

08 06 01 fix show select

hr 4 anni fa
parent
commit
e7346c5c07
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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>