排行榜新增quantityNumber字段

This commit is contained in:
tianfeng 2026-02-12 11:15:21 +08:00
parent d1b1f0c4b8
commit 65e90fd535
2 changed files with 3 additions and 0 deletions

View File

@ -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());
// 设置活动类型信息

View File

@ -52,6 +52,8 @@ public class RankingActivityRecordCO implements Serializable {
*/
private String quantity;
private Long quantityNumber;
/**
* 活动类型编码
*/