diff --git a/ruoyi-system/src/main/resources/mapper/fantang/FtPatientDaoMapper.xml b/ruoyi-system/src/main/resources/mapper/fantang/FtPatientDaoMapper.xml
index a0c562c54..c2db65ee7 100644
--- a/ruoyi-system/src/main/resources/mapper/fantang/FtPatientDaoMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/fantang/FtPatientDaoMapper.xml
@@ -24,7 +24,11 @@
c.foods,
c.id,
c.nutrition_food_id,
- c.type
+ c.type c.type,
+ c.nutrition_food_flag,
+ c.is_replace_food,
+ c.nutrition_food_price,
+ c.total_price
from ft_patient a
LEFT JOIN ft_depart b on a.depart_id = b.depart_id
RIGHT JOIN ft_report_meals c on a.patient_id = c.patient_id
@@ -43,6 +47,10 @@
+
+
+
+
@@ -57,7 +65,11 @@
c.foods,
c.id,
c.nutrition_food_id,
- c.type
+ c.type,
+ c.nutrition_food_flag,
+ c.is_replace_food,
+ c.nutrition_food_price,
+ c.total_price
from ft_patient a
LEFT JOIN ft_depart b on a.depart_id = b.depart_id
RIGHT JOIN ft_report_meals c on a.patient_id = c.patient_id