mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-22 15:21:53 +08:00
合并代码
This commit is contained in:
parent
74a5e40d8d
commit
91d0bbf8b1
@ -49,13 +49,4 @@ public class TradeOrderApiImpl implements TradeOrderApi {
|
|||||||
tradeOrderUpdateService.cancelPaidOrder(userId, orderId);
|
tradeOrderUpdateService.cancelPaidOrder(userId, orderId);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public Integer getOrderStatus(Long id) {
|
|
||||||
TradeOrderDO order = tradeOrderQueryService.getOrder(id);
|
|
||||||
if (order == null) {
|
|
||||||
throw exception(ORDER_NOT_FOUND);
|
|
||||||
}
|
|
||||||
return order.getStatus();
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user