This commit is contained in:
dute7liang
2024-01-27 19:46:21 +08:00
parent 63b2d1f238
commit d0a53c31a5
15 changed files with 290 additions and 22 deletions

View File

@@ -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);
}

View File

@@ -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);