幸运礼物钻石补单fixed去除睡500ms

This commit is contained in:
2025-01-11 00:14:52 +08:00
parent f2d40af975
commit 4781e4b706

View File

@@ -512,7 +512,6 @@ public class MyApiService {
(needSendVo.getRoomUid() != null && needSendVo.getRoomUid() != 0) ? BillObjTypeEnum.GIFT_ROOM_INCOME : BillObjTypeEnum.GIFT_PERSON_INCOME,
needSendVo.getGiftId(), needSendVo.getEveryGiftNum(), needSendVo.getGiftTotalGoldNum(), needSendVo.getCreateTime());
}
Thread.sleep(500L);
}
log.info("reSendDiamondBill---------------------------------end,offect:{} ,pageSize:{}", offect, pageSize);
}