## 去掉乐学相关订单处理;
This commit is contained in:
		
							parent
							
								
									970e37cf05
								
							
						
					
					
						commit
						60a0a9fd62
					
				| 
						 | 
				
			
			@ -125,16 +125,6 @@ public class CuBonusStatisServiceImpl extends ServiceImpl<CuBonusStatisMapper, C
 | 
			
		|||
                        oldSo.setMainUpAmount(addOrInitializeAmount(oldSo.getMainUpAmount(), newSo.getOrderAmount(), type));
 | 
			
		||||
                        oldSo.setMainUpPv(addOrInitializeAmount(oldSo.getMainUpPv(), newSo.getOrderAchieve(), type));
 | 
			
		||||
                        break;
 | 
			
		||||
                    case SPECIAL_REGISTER_ORDER:
 | 
			
		||||
                        // 乐学注册订单
 | 
			
		||||
                        oldSo.setSpecialRegisterAmount(addOrInitializeAmount(oldSo.getSpecialRegisterAmount(), newSo.getOrderAmount(), type));
 | 
			
		||||
                        oldSo.setSpecialRegisterPv(addOrInitializeAmount(oldSo.getSpecialRegisterPv(), newSo.getOrderAchieve(), type));
 | 
			
		||||
                        break;
 | 
			
		||||
                    case SPECIAL_UPGRADE_ORDER:
 | 
			
		||||
                        // 乐学升级订单
 | 
			
		||||
                        oldSo.setSpecialUpgradeAmount(addOrInitializeAmount(oldSo.getSpecialUpgradeAmount(), newSo.getOrderAmount(), type));
 | 
			
		||||
                        oldSo.setSpecialUpgradePv(addOrInitializeAmount(oldSo.getSpecialUpgradePv(), newSo.getOrderAchieve(), type));
 | 
			
		||||
                        break;
 | 
			
		||||
                    // 复购
 | 
			
		||||
                    case REPURCHASE_ORDER:
 | 
			
		||||
                    case CONSUME_ORDER:
 | 
			
		||||
| 
						 | 
				
			
			@ -143,11 +133,6 @@ public class CuBonusStatisServiceImpl extends ServiceImpl<CuBonusStatisMapper, C
 | 
			
		|||
                        oldSo.setMainRepurAmount(addOrInitializeAmount(oldSo.getMainRepurAmount(), newSo.getOrderAmount(), type));
 | 
			
		||||
                        oldSo.setMainRepurPv(addOrInitializeAmount(oldSo.getMainRepurPv(), newSo.getOrderAchieve(), type));
 | 
			
		||||
                        break;
 | 
			
		||||
                    case SPECIAL_REPURCHASE_ORDER:
 | 
			
		||||
                        // 乐学复购订单
 | 
			
		||||
                        oldSo.setSpecialRepurchaseAmount(addOrInitializeAmount(oldSo.getSpecialRepurchaseAmount(), newSo.getOrderAmount(), type));
 | 
			
		||||
                        oldSo.setSpecialRepurchasePv(addOrInitializeAmount(oldSo.getSpecialRepurchasePv(), newSo.getOrderAchieve(), type));
 | 
			
		||||
                        break;
 | 
			
		||||
                    default:
 | 
			
		||||
                        break;
 | 
			
		||||
                }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -260,16 +260,6 @@ public class CuBonusVertexStatisServiceImpl extends ServiceImpl<CuBonusVertexSta
 | 
			
		|||
                        oldSo.setMainUpAmount(addOrInitializeAmount(oldSo.getMainUpAmount(), newSo.getOrderAmount(), type));
 | 
			
		||||
                        oldSo.setMainUpPv(addOrInitializeAmount(oldSo.getMainUpPv(), newSo.getOrderAchieve(), type));
 | 
			
		||||
                        break;
 | 
			
		||||
                    case SPECIAL_REGISTER_ORDER:
 | 
			
		||||
                        // 乐学注册订单
 | 
			
		||||
                        oldSo.setSpecialRegisterAmount(addOrInitializeAmount(oldSo.getSpecialRegisterAmount(), newSo.getOrderAmount(), type));
 | 
			
		||||
                        oldSo.setSpecialRegisterPv(addOrInitializeAmount(oldSo.getSpecialRegisterPv(), newSo.getOrderAchieve(), type));
 | 
			
		||||
                        break;
 | 
			
		||||
                    case SPECIAL_UPGRADE_ORDER:
 | 
			
		||||
                        // 乐学升级订单
 | 
			
		||||
                        oldSo.setSpecialUpgradeAmount(addOrInitializeAmount(oldSo.getSpecialUpgradeAmount(), newSo.getOrderAmount(), type));
 | 
			
		||||
                        oldSo.setSpecialUpgradePv(addOrInitializeAmount(oldSo.getSpecialUpgradePv(), newSo.getOrderAchieve(), type));
 | 
			
		||||
                        break;
 | 
			
		||||
                    // 复购
 | 
			
		||||
                    case REPURCHASE_ORDER:
 | 
			
		||||
                    case CONSUME_ORDER:
 | 
			
		||||
| 
						 | 
				
			
			@ -278,11 +268,6 @@ public class CuBonusVertexStatisServiceImpl extends ServiceImpl<CuBonusVertexSta
 | 
			
		|||
                        oldSo.setMainRepurAmount(addOrInitializeAmount(oldSo.getMainRepurAmount(), newSo.getOrderAmount(), type));
 | 
			
		||||
                        oldSo.setMainRepurPv(addOrInitializeAmount(oldSo.getMainRepurPv(), newSo.getOrderAchieve(), type));
 | 
			
		||||
                        break;
 | 
			
		||||
                    case SPECIAL_REPURCHASE_ORDER:
 | 
			
		||||
                        // 乐学复购订单
 | 
			
		||||
                        oldSo.setSpecialRepurchaseAmount(addOrInitializeAmount(oldSo.getSpecialRepurchaseAmount(), newSo.getOrderAmount(), type));
 | 
			
		||||
                        oldSo.setSpecialRepurchasePv(addOrInitializeAmount(oldSo.getSpecialRepurchasePv(), newSo.getOrderAchieve(), type));
 | 
			
		||||
                        break;
 | 
			
		||||
                    default:
 | 
			
		||||
                        break;
 | 
			
		||||
                }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue