From 4333cd2e14a85bcfa1aef9366b425a43b6edda3e Mon Sep 17 00:00:00 2001 From: lizhenhua <1075222162@qq.com> Date: Sun, 28 Sep 2025 15:40:21 +0800 Subject: [PATCH] =?UTF-8?q?youercehsi=E5=8A=9F=E8=83=BD=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../core/zhhq/service/impl/ZhhqCookRecipeServiceImpl.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bonus-modules/bonus-smart-canteen/src/main/java/com/bonus/canteen/core/zhhq/service/impl/ZhhqCookRecipeServiceImpl.java b/bonus-modules/bonus-smart-canteen/src/main/java/com/bonus/canteen/core/zhhq/service/impl/ZhhqCookRecipeServiceImpl.java index 7a7f91b..b3bc5be 100644 --- a/bonus-modules/bonus-smart-canteen/src/main/java/com/bonus/canteen/core/zhhq/service/impl/ZhhqCookRecipeServiceImpl.java +++ b/bonus-modules/bonus-smart-canteen/src/main/java/com/bonus/canteen/core/zhhq/service/impl/ZhhqCookRecipeServiceImpl.java @@ -22,14 +22,14 @@ import java.util.stream.Collectors; /** * 菜品计划信息Service业务层处理 - * + * * @author xsheng * @date 2025-05-25 */ @Service @Slf4j public class ZhhqCookRecipeServiceImpl implements IZhhqCookRecipeService { - private Long JYY_CANTEEN_ID = 10L; + private Long JYY_CANTEEN_ID = 61L; @Autowired private BasicCanteenMapper basicCanteenMapper;