Explorar el Código

Merge branch 'master' of huangrui/CostAccount into role_test

lijiaxi hace 4 años
padre
commit
f7e5c010ab
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>