diff --git a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/activity/LotteryWinnerHistoryQryExe.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/activity/LotteryWinnerHistoryQryExe.java index 26d194d5..07a5bbbc 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/activity/LotteryWinnerHistoryQryExe.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/activity/LotteryWinnerHistoryQryExe.java @@ -121,13 +121,13 @@ public class LotteryWinnerHistoryQryExe { // 根据description判断类型 String description = withdraw.getDescription(); if (description != null && description.contains("兑换金币")) { - historyCO.setPrizeName("兑换金币"); + historyCO.setPrizeName("Exchange for gold coins"); historyCO.setPrizeType("EXCHANGE"); } else if (description != null && description.contains("转账给用户")) { - historyCO.setPrizeName("用户转账"); + historyCO.setPrizeName("User transfer"); historyCO.setPrizeType("TRANSFER"); } else { - historyCO.setPrizeName("提现"); + historyCO.setPrizeName("Withdrawal"); historyCO.setPrizeType("WITHDRAW"); }