|
|
|
@@ -167,6 +167,7 @@ public class WxOrderGroupServiceImpl implements WxOrderGroupService { |
|
|
|
@Transactional(propagation = Propagation.REQUIRED, rollbackFor = {Exception.class}) |
|
|
|
public ResultData toOrderGroup(WxOrderGroup wxOrderGroup) { |
|
|
|
WxOrder wxOrder = new WxOrder(); |
|
|
|
wxOrder.setTenantId(wxOrderGroup.getTenantId()); |
|
|
|
wxOrder.setId(wxOrderGroup.getOrderId()); |
|
|
|
List<Map<String, Object>> couponOrderGroupList = wxOrderGroupMapper.queryOrderGroup(wxOrder); |
|
|
|
Map<String, Object> couponOrderGroup = couponOrderGroupList.get(0); |
|
|
|
|