فهرست منبع

08 06 01 fix show select

hr 4 سال پیش
والد
کامیت
0d42a73619
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/main/resources/mapper/ReportRelationMapper.xml

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

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