diff --git a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/convertor/user/RankingActivityConvertor.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/convertor/user/RankingActivityConvertor.java index 83ecffca..2a618052 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/convertor/user/RankingActivityConvertor.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/convertor/user/RankingActivityConvertor.java @@ -23,6 +23,7 @@ public class RankingActivityConvertor { co.setUserId(record.getUserId()); co.setUserSex(record.getUserSex()); co.setQuantity(NumUtils.formatLong(record.getQuantity())); + co.setQuantityNumber(record.getQuantity()); co.setExtData(record.getExtData()); // 设置活动类型信息 diff --git a/rc-service/rc-service-other/other-client/src/main/java/com/red/circle/other/app/dto/clientobject/activity/RankingActivityRecordCO.java b/rc-service/rc-service-other/other-client/src/main/java/com/red/circle/other/app/dto/clientobject/activity/RankingActivityRecordCO.java index 80cd31b4..c08fdf27 100644 --- a/rc-service/rc-service-other/other-client/src/main/java/com/red/circle/other/app/dto/clientobject/activity/RankingActivityRecordCO.java +++ b/rc-service/rc-service-other/other-client/src/main/java/com/red/circle/other/app/dto/clientobject/activity/RankingActivityRecordCO.java @@ -52,6 +52,8 @@ public class RankingActivityRecordCO implements Serializable { */ private String quantity; + private Long quantityNumber; + /** * 活动类型编码 */