diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/fantang/domain/FtFoodDemandDao.java b/ruoyi-system/src/main/java/com/ruoyi/system/fantang/domain/FtFoodDemandDao.java
index d39f28d9e..bf56e3372 100644
--- a/ruoyi-system/src/main/java/com/ruoyi/system/fantang/domain/FtFoodDemandDao.java
+++ b/ruoyi-system/src/main/java/com/ruoyi/system/fantang/domain/FtFoodDemandDao.java
@@ -74,7 +74,7 @@ public class FtFoodDemandDao implements Serializable {
* 加菜
*/
@Excel(name = "加菜")
- private Integer vegetables;
+ private Boolean vegetables;
/**
* 更新操作人 id
@@ -85,7 +85,7 @@ public class FtFoodDemandDao implements Serializable {
* 加肉
*/
@Excel(name = "加肉")
- private Integer meat;
+ private Boolean meat;
/**
* 更新来源
@@ -96,7 +96,7 @@ public class FtFoodDemandDao implements Serializable {
* 加饭
*/
@Excel(name = "加饭")
- private Integer rice;
+ private Boolean rice;
/**
* 加蛋
diff --git a/ruoyi-ui/src/views/fantang/foodDemand/index.vue b/ruoyi-ui/src/views/fantang/foodDemand/index.vue
index 922d7911b..8f530b7d1 100644
--- a/ruoyi-ui/src/views/fantang/foodDemand/index.vue
+++ b/ruoyi-ui/src/views/fantang/foodDemand/index.vue
@@ -136,40 +136,42 @@