|
|
|
@@ -183,7 +183,7 @@ public class WxOrderGroupServiceImpl implements WxOrderGroupService { |
|
|
|
wxOrder.setOrderGroupId(wxOrderGroup.getId()); |
|
|
|
wxOrder.setTenantId(wxOrderGroup.getTenantId()); |
|
|
|
List<WxOrder> orderList = wxOrderMapper.select(wxOrder); |
|
|
|
if (orderList.size() > 1) { |
|
|
|
if (!orderList.isEmpty()) { |
|
|
|
List<Long> ids = new ArrayList<>(); |
|
|
|
for (WxOrder order : orderList) { |
|
|
|
ids.add(order.getCUserId()); |
|
|
|
|