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