Commit 29d62c53 by caosy

多次退款

parent be785a7a
...@@ -699,6 +699,11 @@ public abstract class AbstractOpOrderService<H extends AbstractOrderProcessBean, ...@@ -699,6 +699,11 @@ public abstract class AbstractOpOrderService<H extends AbstractOrderProcessBean,
protected abstract void deductPrepayAmt(H orderProcessBean); protected abstract void deductPrepayAmt(H orderProcessBean);
public abstract PagedResponseBean<K> queryOrders(OpOrderQuery orderQuery); public abstract PagedResponseBean<K> queryOrders(OpOrderQuery orderQuery);
public Order getOrderByOrderId( Integer orderId){
Order nowOrder = orderDao.findById(orderId);
return nowOrder;
}
/** /**
* 订单详情by OrderNo * 订单详情by OrderNo
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment