|
|
@@ -189,6 +189,9 @@ public class DrinkInfoServiceImpl implements DrinkInfoService {
|
|
|
if (drinkInfo.getSort() != null) {
|
|
|
menu.setSort(drinkInfo.getSort());
|
|
|
}
|
|
|
+ if (drinkInfo.getType() != null) {
|
|
|
+ menu.setDishMenuType(drinkInfo.getType().toString());
|
|
|
+ }
|
|
|
|
|
|
// 处理图片更新
|
|
|
if (StringUtils.hasText(drinkInfo.getPicUrl())) {
|