就餐模式获取修改
This commit is contained in:
@@ -823,7 +823,7 @@ public class CartService {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (cashierIds.isEmpty() || cashierIds.size() == 1) {
|
if (cashierIds.isEmpty() || (cashierIds.size() == 1 && !shopEatTypeInfoDTO.isTakeout())) {
|
||||||
responseData.put("status", "fail");
|
responseData.put("status", "fail");
|
||||||
responseData.put("msg", "购物车为空");
|
responseData.put("msg", "购物车为空");
|
||||||
responseData.put("data", new ArrayList<>());
|
responseData.put("data", new ArrayList<>());
|
||||||
|
|||||||
Reference in New Issue
Block a user