|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import com.matrix.core.exception.GlobleException; | 
|---|
|  |  |  | import com.matrix.core.pojo.PaginationVO; | 
|---|
|  |  |  | import com.matrix.system.app.dto.OrderListDto; | 
|---|
|  |  |  | import com.matrix.system.app.vo.OrderDetailVo; | 
|---|
|  |  |  | import com.matrix.system.app.vo.RankingVo; | 
|---|
|  |  |  | import com.matrix.system.hive.bean.SysOrder; | 
|---|
|  |  |  | import com.matrix.system.hive.plugin.util.BaseServices; | 
|---|
|  |  |  | import com.matrix.system.hive.pojo.CzXkVo; | 
|---|
|  |  |  | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | public void updateReceiptMoney(SysOrder sysOrder) throws GlobleException; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public void refundOrderMoney(SysOrder sysOrder); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 创建订单 | 
|---|
|  |  |  | * @param session | 
|---|
|  |  |  | 
|---|
|  |  |  | SysOrder checkAndSaveOrder(SysOrder sysOrder); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | SysOrder findSysOrderTjByVipId(Long vipId); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | List<OrderDetailVo> findApiOrderListInPage(OrderListDto orderListDto, PaginationVO pageVo); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | int findApiOrderListTotal(OrderListDto orderListDto); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | OrderDetailVo findApiOrderDetailByOrderId(Long orderId); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | List<RankingVo> findApiShopAchieveRanking(SysOrder sysOrder); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | } | 
|---|