Explorar o código

数据一致性

chengyao %!s(int64=4) %!d(string=hai) anos
pai
achega
705895bb17
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,