|
@@ -13959,7 +13959,9 @@
|
|
|
mhp.total_fee AS totleFee,
|
|
|
mhp.behospital_day_num AS behospitalDayNum,
|
|
|
mhp.again_behospital_plan AS againBehospitalPlan,
|
|
|
+ IF(mhp.age is null, null,CONCAT( ifnull(mhp.age,'') ,ifnull(mhp.age_unit,'') ))as age,
|
|
|
mhp_last.again_behospital_plan AS lastAgainBehospitalPlan,
|
|
|
+ IF(mhp_last.age is null, null,CONCAT( ifnull(mhp_last.age,'') ,ifnull(mhp_last.age_unit,'') ))as lastAge,
|
|
|
mhp_last.total_fee AS lastTotleFee,
|
|
|
mhp_last.behospital_day_num AS lastBehospitalDayNum
|
|
|
FROM
|