youercehsi功能上传

This commit is contained in:
lizhenhua 2025-09-28 15:40:21 +08:00
parent efa1d68443
commit 4333cd2e14
1 changed files with 2 additions and 2 deletions

View File

@ -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;