youercehsi功能上传
This commit is contained in:
parent
efa1d68443
commit
4333cd2e14
|
|
@ -22,14 +22,14 @@ import java.util.stream.Collectors;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 菜品计划信息Service业务层处理
|
* 菜品计划信息Service业务层处理
|
||||||
*
|
*
|
||||||
* @author xsheng
|
* @author xsheng
|
||||||
* @date 2025-05-25
|
* @date 2025-05-25
|
||||||
*/
|
*/
|
||||||
@Service
|
@Service
|
||||||
@Slf4j
|
@Slf4j
|
||||||
public class ZhhqCookRecipeServiceImpl implements IZhhqCookRecipeService {
|
public class ZhhqCookRecipeServiceImpl implements IZhhqCookRecipeService {
|
||||||
private Long JYY_CANTEEN_ID = 10L;
|
private Long JYY_CANTEEN_ID = 61L;
|
||||||
|
|
||||||
@Autowired
|
@Autowired
|
||||||
private BasicCanteenMapper basicCanteenMapper;
|
private BasicCanteenMapper basicCanteenMapper;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue