浏览代码

Merge branch 'master' of huangrui/CostAccount into role_test

lijiaxi 4 年之前
父节点
当前提交
f7e5c010ab
共有 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>