Browse Source

Merge branch 'dev/20201009_1.4.6' into debug

chengyao 4 năm trước cách đây
mục cha
commit
9e5714f0c8
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      src/main/resources/mapper/BehospitalInfoMapper.xml

+ 2 - 0
src/main/resources/mapper/BehospitalInfoMapper.xml

@@ -5914,6 +5914,7 @@
         f1.behospitalDate,
         f1.leaveHospitalDate,
         f1.score,
+        f1.scoreBn,
         f2.avgScore,
         f1.msg,
         f1.caseName,
@@ -5931,6 +5932,7 @@
         t.behospitalDate AS behospitalDate,
         t.leaveHospitalDate AS leaveHospitalDate,
         qi.score_res AS score,
+        t.scoreBn,
         qd.msg AS msg,
         qc.NAME AS caseName,
         t.behDeptId,