| | |
| | | } |
| | | |
| | | public static HongBao createHongBao(BigDecimal money, String param, Long orderId, HongBao parent, UserInfo userInfo, |
| | | int type, BigDecimal payMoney, Long auctionId) { |
| | | int type, BigDecimal payMoney, String auctionId) { |
| | | return createHongBao(money, param, orderId, parent, userInfo, null, type, payMoney, auctionId); |
| | | } |
| | | |
| | | public static HongBao createHongBao(BigDecimal money, String param, Long orderId, HongBao parent, UserInfo userInfo, |
| | | Long preGettime, int type, BigDecimal payMoney, Long auctionId) { |
| | | Long preGettime, int type, BigDecimal payMoney, String auctionId) { |
| | | HongBao hongBao = new HongBao(); |
| | | long timeMillis = System.currentTimeMillis(); |
| | | hongBao.setCreatetime(timeMillis); |