init
This commit is contained in:
@@ -49,7 +49,7 @@ public class WindowGiftHandle implements IHandle{
|
||||
data.setGiftname(gift.getName());
|
||||
data.setGiftimg(gift.getImg());
|
||||
data.setGifttotal(windowGift.getGiftNum());
|
||||
data.setTime(CaiDateUtil.getCurrentTimeStr());
|
||||
data.setTime(System.currentTimeMillis());
|
||||
yunxinHttpService.sendGiftWindowsAmount(list,data);
|
||||
}
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ public class WindowRechargeDTO extends CommonDTO {
|
||||
private Long id;
|
||||
private String nickname;
|
||||
private String avatar;
|
||||
private BigDecimal amount;
|
||||
private Long amount;
|
||||
private LocalDateTime time;
|
||||
public WindowRechargeDTO() {
|
||||
this.setType(CommonConsumerEnum.WINDOW_RECHARGE);
|
||||
|
||||
Reference in New Issue
Block a user