From 65e90fd53500d800d84dfc9d8c08b2947f9f034b Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Thu, 12 Feb 2026 11:15:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E8=A1=8C=E6=A6=9C=E6=96=B0=E5=A2=9Equ?= =?UTF-8?q?antityNumber=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../other/app/convertor/user/RankingActivityConvertor.java | 1 + .../app/dto/clientobject/activity/RankingActivityRecordCO.java | 2 ++ 2 files changed, 3 insertions(+) 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; + /** * 活动类型编码 */