Browse Source

数据一致性

chengyao 4 years ago
parent
commit
705895bb17
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/mapper/BehospitalInfoMapper.xml

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

@@ -3947,7 +3947,7 @@
         t1.gmt_create AS gradeTime,
         t1.diagnose,
         t1.ward_name AS wardName,
-        CONCAT( ifnull(c.age,'') ,ifnull(c.age_unit,'') )as age,
+        CONCAT( ifnull(t2.age,''),ifnull(t2.age_unit,'') )as age,
         t1.file_code AS fileCode,
         t1.checkStatus,
         t1.mrStatus,