chengyao 4 rokov pred
rodič
commit
705895bb17

+ 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,