Administrator
2020-02-23 388be9f734f5b80c348bcc956726c206002e832a
fanli/src/main/java/com/yeshi/fanli/service/impl/order/HongBaoOrderServiceImpl.java
@@ -67,4 +67,14 @@
      return hongBaoOrderMapper.selectByCommonOrderId(commonOrderId);
   }
   @Override
   public HongBaoOrder selectDetailByHongBaoId(Long hongBaoId) {
      return hongBaoOrderMapper.selectByHongBaoId(hongBaoId);
   }
   @Override
   public List<HongBaoOrder> listByOrderIdAndSourceType(String orderId, int sourceType) {
      return hongBaoOrderMapper.listByOrderIdAndSourceType(orderId, sourceType);
   }
}