|
|
@ -320,7 +320,9 @@ public class CanteenMenusServiceImpl extends BaseServiceImpl<CanteenMenusDao, Ca |
|
|
|
if (StringUtils.isNotEmpty(canteenId)) { |
|
|
|
CommunityCanteenEntity canteenEntity = communityCanteenService.selectById(canteenId); |
|
|
|
String threeMeals = canteenEntity.getThreeMeals(); |
|
|
|
wrapper.in("MEALS", threeMeals); |
|
|
|
if (StringUtils.isNotEmpty(threeMeals)) { |
|
|
|
wrapper.in("MEALS", threeMeals.split(",")); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
//获取菜单
|
|
|
|