| | |
| | | package com.yeshi.fanli.service.inter.order;
|
| | |
|
| | | import java.math.BigDecimal;
|
| | | import java.util.Map;
|
| | |
|
| | | import com.yeshi.fanli.entity.bus.user.HongBaoV2;
|
| | | import com.yeshi.fanli.entity.bus.user.Order;
|
| | | import com.yeshi.fanli.entity.order.OrderHongBaoMap;
|
| | |
|
| | | /**
|
| | | * 订单红包对应表用于活动)
|
| | |
| | |
|
| | | /**
|
| | | * 查找奖励金额
|
| | | * |
| | | * @param orderNo
|
| | | * @param uid
|
| | | * @return
|
| | | */
|
| | | public Map<String, BigDecimal> getCouponHongbaoByOrderNo(String orderNo, Long uid);
|
| | | public BigDecimal getCouponHongbaoByOrderNo(String orderNo, Long uid);
|
| | |
|
| | | /**
|
| | | * 根据订单ID与sourceType查询
|
| | | * |
| | | * @param orderId
|
| | | * @param sourceType
|
| | | * @return
|
| | | */
|
| | | public OrderHongBaoMap selectByOrderIdAndSourceType(String orderId, int sourceType);
|
| | |
|
| | | }
|