## 奖金明细同步列表字段;调整排序;
This commit is contained in:
parent
25402eabe1
commit
dac86ac4eb
|
@ -106,7 +106,6 @@ public class CuMemberBonusVO implements Serializable {
|
||||||
/**
|
/**
|
||||||
* 直推收益
|
* 直推收益
|
||||||
*/
|
*/
|
||||||
@Excel(name = "直推收益($)", scale = 2)
|
|
||||||
private BigDecimal directIncome;
|
private BigDecimal directIncome;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -118,7 +117,6 @@ public class CuMemberBonusVO implements Serializable {
|
||||||
/**
|
/**
|
||||||
* 拓展收益
|
* 拓展收益
|
||||||
*/
|
*/
|
||||||
@Excel(name = "拓展收益($)", scale = 2)
|
|
||||||
private BigDecimal expandIncome;
|
private BigDecimal expandIncome;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -151,7 +149,6 @@ public class CuMemberBonusVO implements Serializable {
|
||||||
/**
|
/**
|
||||||
* 辅导收益
|
* 辅导收益
|
||||||
*/
|
*/
|
||||||
@Excel(name = "辅导收益($)", scale = 2)
|
|
||||||
private BigDecimal coachIncome;
|
private BigDecimal coachIncome;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -163,7 +160,6 @@ public class CuMemberBonusVO implements Serializable {
|
||||||
/**
|
/**
|
||||||
* 分红收益
|
* 分红收益
|
||||||
*/
|
*/
|
||||||
@Excel(name = "分红收益($)", scale = 2)
|
|
||||||
private BigDecimal shareIncome;
|
private BigDecimal shareIncome;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -175,19 +171,16 @@ public class CuMemberBonusVO implements Serializable {
|
||||||
/**
|
/**
|
||||||
* 报单收益
|
* 报单收益
|
||||||
*/
|
*/
|
||||||
@Excel(name = "服务收益($)", scale = 2)
|
|
||||||
private BigDecimal serviceIncome;
|
private BigDecimal serviceIncome;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 复购级差收益
|
* 复购级差收益
|
||||||
*/
|
*/
|
||||||
@Excel(name = "复购推荐收益", scale = 2)
|
|
||||||
private BigDecimal repurPushIncomeOri;
|
private BigDecimal repurPushIncomeOri;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 复购级差收益
|
* 复购级差收益
|
||||||
*/
|
*/
|
||||||
@Excel(name = "复购推荐收益", scale = 2)
|
|
||||||
private BigDecimal repurPushIncome;
|
private BigDecimal repurPushIncome;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -199,7 +192,6 @@ public class CuMemberBonusVO implements Serializable {
|
||||||
/**
|
/**
|
||||||
* 复购级差收益
|
* 复购级差收益
|
||||||
*/
|
*/
|
||||||
@Excel(name = "复购级差收益($)", scale = 2)
|
|
||||||
private BigDecimal repurRangeIncome;
|
private BigDecimal repurRangeIncome;
|
||||||
|
|
||||||
|
|
||||||
|
@ -212,18 +204,16 @@ public class CuMemberBonusVO implements Serializable {
|
||||||
/**
|
/**
|
||||||
* 复购拓展收益
|
* 复购拓展收益
|
||||||
*/
|
*/
|
||||||
@Excel(name = "复购拓展收益($)", scale = 2)
|
|
||||||
private BigDecimal repurExpandIncome;
|
private BigDecimal repurExpandIncome;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 复购拓展收益
|
* 复购辅导收益
|
||||||
*/
|
*/
|
||||||
@Excel(name = "复购拓展收益", scale = 2)
|
@Excel(name = "复购辅导收益", scale = 2)
|
||||||
private BigDecimal repurCoachIncomeOri;
|
private BigDecimal repurCoachIncomeOri;
|
||||||
/**
|
/**
|
||||||
* 复购拓展收益
|
* 复购辅导收益
|
||||||
*/
|
*/
|
||||||
@Excel(name = "复购拓展收益($)", scale = 2)
|
|
||||||
private BigDecimal repurCoachIncome;
|
private BigDecimal repurCoachIncome;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -235,7 +225,6 @@ public class CuMemberBonusVO implements Serializable {
|
||||||
/**
|
/**
|
||||||
* 复购卷
|
* 复购卷
|
||||||
*/
|
*/
|
||||||
@Excel(name = "复购卷($)", scale = 2)
|
|
||||||
private BigDecimal repurCoupon;
|
private BigDecimal repurCoupon;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -247,7 +236,6 @@ public class CuMemberBonusVO implements Serializable {
|
||||||
/**
|
/**
|
||||||
* 复购券均分收益
|
* 复购券均分收益
|
||||||
*/
|
*/
|
||||||
@Excel(name = "复购券均分($)", scale = 2)
|
|
||||||
private BigDecimal repurCouponShare;
|
private BigDecimal repurCouponShare;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -259,7 +247,6 @@ public class CuMemberBonusVO implements Serializable {
|
||||||
/**
|
/**
|
||||||
* 商城重消
|
* 商城重消
|
||||||
*/
|
*/
|
||||||
@Excel(name = "商城重消($)", scale = 2)
|
|
||||||
private BigDecimal backPoints;
|
private BigDecimal backPoints;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -271,7 +258,6 @@ public class CuMemberBonusVO implements Serializable {
|
||||||
/**
|
/**
|
||||||
* 平台服务费
|
* 平台服务费
|
||||||
*/
|
*/
|
||||||
@Excel(name = "平台服务费($)", scale = 2)
|
|
||||||
private BigDecimal serviceSpend;
|
private BigDecimal serviceSpend;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -283,7 +269,6 @@ public class CuMemberBonusVO implements Serializable {
|
||||||
/**
|
/**
|
||||||
* 环球积分
|
* 环球积分
|
||||||
*/
|
*/
|
||||||
@Excel(name = "直推极差($)", scale = 2)
|
|
||||||
private BigDecimal globalPoints;
|
private BigDecimal globalPoints;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -296,31 +281,26 @@ public class CuMemberBonusVO implements Serializable {
|
||||||
/**
|
/**
|
||||||
* 车奖积分
|
* 车奖积分
|
||||||
*/
|
*/
|
||||||
@Excel(name = "车奖积分($)", scale = 2)
|
|
||||||
private BigDecimal carAwardPoints;
|
private BigDecimal carAwardPoints;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 店铺收益
|
* 店铺收益
|
||||||
*/
|
*/
|
||||||
@Excel(name = "店铺收益", scale = 2)
|
|
||||||
private BigDecimal storeIncomeOri;
|
private BigDecimal storeIncomeOri;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 店铺收益
|
* 店铺收益
|
||||||
*/
|
*/
|
||||||
@Excel(name = "店铺收益($)", scale = 2)
|
|
||||||
private BigDecimal storeIncome;
|
private BigDecimal storeIncome;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 嗨粉推荐收益
|
* 嗨粉推荐收益
|
||||||
*/
|
*/
|
||||||
@Excel(name = "嗨粉推荐收益", scale = 2)
|
|
||||||
private BigDecimal hiFunIncomeOri;
|
private BigDecimal hiFunIncomeOri;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 嗨粉推荐收益
|
* 嗨粉推荐收益
|
||||||
*/
|
*/
|
||||||
@Excel(name = "嗨粉推荐收益($)", scale = 2)
|
|
||||||
private BigDecimal hiFunIncome;
|
private BigDecimal hiFunIncome;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -332,7 +312,6 @@ public class CuMemberBonusVO implements Serializable {
|
||||||
/**
|
/**
|
||||||
* 首购实发小计
|
* 首购实发小计
|
||||||
*/
|
*/
|
||||||
@Excel(name = "首购实发小计($)", scale = 2)
|
|
||||||
private BigDecimal purRealSubtotal;
|
private BigDecimal purRealSubtotal;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -344,7 +323,6 @@ public class CuMemberBonusVO implements Serializable {
|
||||||
/**
|
/**
|
||||||
* 复购实发小计
|
* 复购实发小计
|
||||||
*/
|
*/
|
||||||
@Excel(name = "复购实发小计($)", scale = 2)
|
|
||||||
private BigDecimal repurRealSubtotal;
|
private BigDecimal repurRealSubtotal;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -356,7 +334,6 @@ public class CuMemberBonusVO implements Serializable {
|
||||||
/**
|
/**
|
||||||
* 复购券小计
|
* 复购券小计
|
||||||
*/
|
*/
|
||||||
@Excel(name = "复购券实发小计($)", scale = 2)
|
|
||||||
private BigDecimal repurCouponSubtotal;
|
private BigDecimal repurCouponSubtotal;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -369,6 +346,5 @@ public class CuMemberBonusVO implements Serializable {
|
||||||
/**
|
/**
|
||||||
* 实发收益总计
|
* 实发收益总计
|
||||||
*/
|
*/
|
||||||
@Excel(name = "实发收益总计($)", scale = 2)
|
|
||||||
private BigDecimal realIncomeTotal;
|
private BigDecimal realIncomeTotal;
|
||||||
}
|
}
|
||||||
|
|
|
@ -334,7 +334,7 @@
|
||||||
where a.pk_id = cb.pk_member
|
where a.pk_id = cb.pk_member
|
||||||
)
|
)
|
||||||
</if>
|
</if>
|
||||||
order by cb.period desc
|
order by cb.period desc, cb.pk_member
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="queryMemberBonusByConditionForServerSum" resultMap="CuMemberBonus">
|
<select id="queryMemberBonusByConditionForServerSum" resultMap="CuMemberBonus">
|
||||||
|
|
Loading…
Reference in New Issue