Parcourir la source

Merge branch 'master' of huangrui/CostAccount into role_test

lijiaxi il y a 4 ans
Parent
commit
f7e5c010ab
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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>