Compare commits
	
		
			2 Commits
		
	
	
		
			110cef3674
			...
			5ade87a91d
		
	
	| Author | SHA1 | Date | 
|---|---|---|
|  | 5ade87a91d | |
|  | 301648f213 | 
|  | @ -180,7 +180,9 @@ public class BonusSettleServiceImpl implements IBonusSettleService { | |||
|     public void calculateCuMemberRetailRangeBySaOrder(SaOrderExt orderExt) { | ||||
|         Integer updateType = null; | ||||
|         String symbol = orderExt.getCancelBool() ? "-" : "+"; | ||||
|         if (orderExt.getOrderType().equals(EOrderType.RETAIL_REGISTER.getValue())) { | ||||
|         if (orderExt.getOrderType().equals(EOrderType.RETAIL_REGISTER.getValue()) | ||||
|             || orderExt.getOrderType().equals(EOrderType.RETAIL_UPGRADE.getValue()) | ||||
|         ) { | ||||
|             updateType = 1; | ||||
|         } else if (orderExt.getOrderType().equals(EOrderType.RETAIL_REPURCHASE.getValue())) { | ||||
|             updateType = 2; | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue