mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-02-02 03:34:58 +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