Browse Source

解决出院天数排序问题

songxinlu 3 năm trước cách đây
mục cha
commit
39f56d5bc1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/main/resources/mapper/MedCheckInfoMapper.xml

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

@@ -239,7 +239,7 @@
         mhp.age,
         mbi.beh_dept_name behDeptName,
         mbi.leave_hospital_date leaveHospitalDate,
-        mhp.behospital_day_num behospitalDayNum,
+        mhp.behospital_day_num+0 behospitalDayNum,
         mbi.doctor_name doctorName,
         mqi.score_res scoreRes,
         mqi.`level`,