|
@@ -378,8 +378,8 @@ public class RestaurantServiceImpl implements RestaurantService {
|
|
|
objects.get(1).put("compare",compare);
|
|
|
objects.get(2).put("value",13.8);
|
|
|
objects.get(2).put("compare",compare);
|
|
|
-
|
|
|
objects.get(3).put("value",41.81);
|
|
|
+ objects.get(3).put("compare",compare);
|
|
|
indeicator.setWorthAttention("餐厅今⽇运⾏状态良好");
|
|
|
indeicator.setList(objects);
|
|
|
return ReturnMsg.ok(indeicator);
|