|
@@ -269,7 +269,9 @@ public class GroupBuyingOrderController extends BaseApiController {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- GroupBuyingOrder buyingOrder = groupBuyingOrderService.getById(param.getOrderId());
|
|
|
+ GroupBuyingOrder buyingOrder = groupBuyingOrderService.getOne(new LambdaQueryWrapper<GroupBuyingOrder>()
|
|
|
+ .eq(GroupBuyingOrder::getOrderId,param.getOrderId())
|
|
|
+ );
|
|
|
JSONObject jsonObject;
|
|
|
try {
|
|
|
if (param.getPayType() == 1) {
|