|
@@ -41,7 +41,7 @@ public class WmPackageRedemptionNoticeServiceImpl extends ServiceImpl<WmPackageR
|
|
notice.setToEntId(resource.getToEntId());
|
|
notice.setToEntId(resource.getToEntId());
|
|
notice.setCurrentRedemptionScore(resource.getCurrentRedemptionScore());
|
|
notice.setCurrentRedemptionScore(resource.getCurrentRedemptionScore());
|
|
notice.setCurrentRedemptionRate(resource.getCurrentRedemptionRate());
|
|
notice.setCurrentRedemptionRate(resource.getCurrentRedemptionRate());
|
|
- notice.setCurrentRedemptionWeight(resource.getCurrentRedemptionWeight());
|
|
|
|
|
|
+ notice.setCurrentRedemptionTotalAmount(resource.getTotalAmount());
|
|
notice.setNoticeState(WmPackageRedemptionNotice.NoticeState.PENDING.getState());
|
|
notice.setNoticeState(WmPackageRedemptionNotice.NoticeState.PENDING.getState());
|
|
notice.setCheckState(WmPackageRedemptionNotice.CheckState.CKT2.getState());
|
|
notice.setCheckState(WmPackageRedemptionNotice.CheckState.CKT2.getState());
|
|
notice.setCreateBy(username);
|
|
notice.setCreateBy(username);
|