排行榜新增quantityNumber字段
This commit is contained in:
parent
d1b1f0c4b8
commit
65e90fd535
@ -23,6 +23,7 @@ public class RankingActivityConvertor {
|
|||||||
co.setUserId(record.getUserId());
|
co.setUserId(record.getUserId());
|
||||||
co.setUserSex(record.getUserSex());
|
co.setUserSex(record.getUserSex());
|
||||||
co.setQuantity(NumUtils.formatLong(record.getQuantity()));
|
co.setQuantity(NumUtils.formatLong(record.getQuantity()));
|
||||||
|
co.setQuantityNumber(record.getQuantity());
|
||||||
co.setExtData(record.getExtData());
|
co.setExtData(record.getExtData());
|
||||||
|
|
||||||
// 设置活动类型信息
|
// 设置活动类型信息
|
||||||
|
|||||||
@ -52,6 +52,8 @@ public class RankingActivityRecordCO implements Serializable {
|
|||||||
*/
|
*/
|
||||||
private String quantity;
|
private String quantity;
|
||||||
|
|
||||||
|
private Long quantityNumber;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 活动类型编码
|
* 活动类型编码
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user