This commit is contained in:
seesaw
2024-08-22 09:27:38 +08:00
parent 5e7ecfa56d
commit 6efff70a60
4 changed files with 6 additions and 3 deletions

View File

@ -213,6 +213,7 @@ public class DevuceServiceImpl implements DevuceService {
f.put("dishesName",dishesDO.getDishesName());
f.put("dishesImageUrl",dishesDO.getDishesImageUrl());
f.put("userName",s);
f.put("dishesSumPrice",dishesDO.getDishesSumPrice());
});
return maps;
}