Compare commits
	
		
			2 Commits
		
	
	
		
			88efae95d5
			...
			7341e3c8ed
		
	
	| Author | SHA1 | Date | 
|---|---|---|
|  | 7341e3c8ed | |
|  | 10518e8659 | 
|  | @ -737,7 +737,7 @@ public class BonusSettleRangeHandle extends BonusSettleHandle { | |||
|                     .stageStatus(EBonusStageStatus.NO.getValue()) | ||||
|                     .pointType(EBonusStageType.NORMAL.getValue()) | ||||
|                     .pointGift(pointGift) | ||||
|                     .creationTime(settleDate) | ||||
|                     .creationTime(saOrderExt.getPayTime()) | ||||
|                     .thirdBonus1(0) | ||||
|                     .thirdBonus2(0) | ||||
|                     .thirdBonus3(0) | ||||
|  | @ -768,7 +768,7 @@ public class BonusSettleRangeHandle extends BonusSettleHandle { | |||
|                             .stageStatus(EBonusStageStatus.NO.getValue()) | ||||
|                             .pointType(EBonusStageType.GIFT.getValue()) | ||||
|                             .pointGift(0) | ||||
|                             .creationTime(settleDate) | ||||
|                             .creationTime(saOrderExt.getPayTime()) | ||||
|                             .thirdBonus1(0) | ||||
|                             .thirdBonus2(0) | ||||
|                             .thirdBonus3(0) | ||||
|  |  | |||
|  | @ -307,7 +307,7 @@ public class CuMemberBonusStageServiceImpl extends ServiceImpl<CuMemberBonusStag | |||
|                                     .stageStatus(EBonusStageStatus.NO.getValue()) | ||||
|                                     .pointType(targetRetailDetail.getPointType()) | ||||
|                                     .pointGift(targetRetailDetail.getPointGift()) | ||||
|                                     .creationTime(settleDate) | ||||
|                                     .creationTime(new Date()) | ||||
|                                     .thirdBonus1(0) | ||||
|                                     .thirdBonus2(0) | ||||
|                                     .thirdBonus3(0) | ||||
|  | @ -332,7 +332,7 @@ public class CuMemberBonusStageServiceImpl extends ServiceImpl<CuMemberBonusStag | |||
|                                     .stageStatus(EBonusStageStatus.NO.getValue()) | ||||
|                                     .pointType(targetRetailDetail.getPointType()) | ||||
|                                     .pointGift(targetRetailDetail.getPointGift()) | ||||
|                                     .creationTime(settleDate) | ||||
|                                     .creationTime(new Date()) | ||||
|                                     .thirdBonus1(0) | ||||
|                                     .thirdBonus2(0) | ||||
|                                     .thirdBonus3(0) | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue