|  | @@ -163,7 +163,7 @@ public class UserOrderServiceImpl extends ServiceImpl<UserOrderDao, UserOrder> i
 | 
											
												
													
														|  |          // 专辑购买
 |  |          // 专辑购买
 | 
											
												
													
														|  |          orderCreate.put(GoodTypeEnum.ALBUM, musicSheetService::buyMusicSheetCheck);
 |  |          orderCreate.put(GoodTypeEnum.ALBUM, musicSheetService::buyMusicSheetCheck);
 | 
											
												
													
														|  |          //琴房时长
 |  |          //琴房时长
 | 
											
												
													
														|  | -        orderCreate.put(GoodTypeEnum.PINAO_ROOM, pianoRoomBuyRecordService::orderCreate);
 |  | 
 | 
											
												
													
														|  | 
 |  | +        orderCreate.put(GoodTypeEnum.PIANO_ROOM, pianoRoomBuyRecordService::orderCreate);
 | 
											
												
													
														|  |          //活动报名
 |  |          //活动报名
 | 
											
												
													
														|  |          orderCreate.put(GoodTypeEnum.ACTI_REGIST, activityPlanService::orderCreate);
 |  |          orderCreate.put(GoodTypeEnum.ACTI_REGIST, activityPlanService::orderCreate);
 | 
											
												
													
														|  |  
 |  |  
 | 
											
										
											
												
													
														|  | @@ -187,7 +187,7 @@ public class UserOrderServiceImpl extends ServiceImpl<UserOrderDao, UserOrder> i
 | 
											
												
													
														|  |          // 专辑购买
 |  |          // 专辑购买
 | 
											
												
													
														|  |          orderSuccess.put(GoodTypeEnum.ALBUM, musicSheetService::buyMusicSheetSuccess);
 |  |          orderSuccess.put(GoodTypeEnum.ALBUM, musicSheetService::buyMusicSheetSuccess);
 | 
											
												
													
														|  |          //琴房时长
 |  |          //琴房时长
 | 
											
												
													
														|  | -        orderSuccess.put(GoodTypeEnum.PINAO_ROOM, pianoRoomBuyRecordService::orderSuccess);
 |  | 
 | 
											
												
													
														|  | 
 |  | +        orderSuccess.put(GoodTypeEnum.PIANO_ROOM, pianoRoomBuyRecordService::orderSuccess);
 | 
											
												
													
														|  |          //活动报名
 |  |          //活动报名
 | 
											
												
													
														|  |          orderSuccess.put(GoodTypeEnum.ACTI_REGIST, activityPlanService::orderSuccess);
 |  |          orderSuccess.put(GoodTypeEnum.ACTI_REGIST, activityPlanService::orderSuccess);
 | 
											
												
													
														|  |  
 |  |  
 | 
											
										
											
												
													
														|  | @@ -780,7 +780,7 @@ public class UserOrderServiceImpl extends ServiceImpl<UserOrderDao, UserOrder> i
 | 
											
												
													
														|  |              configValue = sysConfigService.findConfigValue(SysConfigConstant.GOOD_LOGO_LIVE);
 |  |              configValue = sysConfigService.findConfigValue(SysConfigConstant.GOOD_LOGO_LIVE);
 | 
											
												
													
														|  |          } else if (GoodTypeEnum.MUSIC.equals(goodTypeEnum)) {
 |  |          } else if (GoodTypeEnum.MUSIC.equals(goodTypeEnum)) {
 | 
											
												
													
														|  |              configValue = sysConfigService.findConfigValue(SysConfigConstant.GOOD_LOGO_MUSIC);
 |  |              configValue = sysConfigService.findConfigValue(SysConfigConstant.GOOD_LOGO_MUSIC);
 | 
											
												
													
														|  | -        } else if (GoodTypeEnum.PINAO_ROOM.equals(goodTypeEnum)) {
 |  | 
 | 
											
												
													
														|  | 
 |  | +        } else if (GoodTypeEnum.PIANO_ROOM.equals(goodTypeEnum)) {
 | 
											
												
													
														|  |              configValue = sysConfigService.findConfigValue(SysConfigConstant.GOOD_LOGO_PIANO_ROOM);
 |  |              configValue = sysConfigService.findConfigValue(SysConfigConstant.GOOD_LOGO_PIANO_ROOM);
 | 
											
												
													
														|  |          } else if (GoodTypeEnum.ACTI_REGIST.equals(goodTypeEnum)) {
 |  |          } else if (GoodTypeEnum.ACTI_REGIST.equals(goodTypeEnum)) {
 | 
											
												
													
														|  |              configValue = sysConfigService.findConfigValue(SysConfigConstant.GOOD_LOGO_ACTI_REGIST);
 |  |              configValue = sysConfigService.findConfigValue(SysConfigConstant.GOOD_LOGO_ACTI_REGIST);
 | 
											
										
											
												
													
														|  | @@ -969,9 +969,9 @@ public class UserOrderServiceImpl extends ServiceImpl<UserOrderDao, UserOrder> i
 | 
											
												
													
														|  |          BigDecimal platformFee = expectPrice.multiply(platformFeeRate).setScale(2, RoundingMode.HALF_UP);
 |  |          BigDecimal platformFee = expectPrice.multiply(platformFeeRate).setScale(2, RoundingMode.HALF_UP);
 | 
											
												
													
														|  |          platformFee = platformFee.subtract(orderDetailVo.getCouponAmount());
 |  |          platformFee = platformFee.subtract(orderDetailVo.getCouponAmount());
 | 
											
												
													
														|  |          PlatformCashAccountRecord platformCashAccountRecord;
 |  |          PlatformCashAccountRecord platformCashAccountRecord;
 | 
											
												
													
														|  | -        if (GoodTypeEnum.PINAO_ROOM.equals(orderDetailVo.getGoodType())) {
 |  | 
 | 
											
												
													
														|  | 
 |  | +        if (GoodTypeEnum.PIANO_ROOM.equals(orderDetailVo.getGoodType())) {
 | 
											
												
													
														|  |              platformCashAccountRecord = new PlatformCashAccountRecord(orderDetailVo.getUserId(), platformFee,
 |  |              platformCashAccountRecord = new PlatformCashAccountRecord(orderDetailVo.getUserId(), platformFee,
 | 
											
												
													
														|  | -                                                                      InOrOutEnum.IN, PostStatusEnum.RECORDED, AccountBizTypeEnum.PIAON_ROOM, orderDetailVo.getBizId(),
 |  | 
 | 
											
												
													
														|  | 
 |  | +                                                                      InOrOutEnum.IN, PostStatusEnum.RECORDED, AccountBizTypeEnum.PIANO_ROOM, orderDetailVo.getBizId(),
 | 
											
												
													
														|  |                                                                        orderDetailVo.getOrderNo(), new Date());
 |  |                                                                        orderDetailVo.getOrderNo(), new Date());
 | 
											
												
													
														|  |          } else {
 |  |          } else {
 | 
											
												
													
														|  |              AccountBizTypeEnum bizTypeEnum = AccountBizTypeEnum.valueOf(orderDetailVo.getGoodType().getCode());
 |  |              AccountBizTypeEnum bizTypeEnum = AccountBizTypeEnum.valueOf(orderDetailVo.getGoodType().getCode());
 | 
											
										
											
												
													
														|  | @@ -1089,7 +1089,7 @@ public class UserOrderServiceImpl extends ServiceImpl<UserOrderDao, UserOrder> i
 | 
											
												
													
														|  |       */
 |  |       */
 | 
											
												
													
														|  |      private BigDecimal getPlatformFreeByGoodType(GoodTypeEnum goodType) {
 |  |      private BigDecimal getPlatformFreeByGoodType(GoodTypeEnum goodType) {
 | 
											
												
													
														|  |          //会员|琴房时长,平台全额收益
 |  |          //会员|琴房时长,平台全额收益
 | 
											
												
													
														|  | -        if (GoodTypeEnum.VIP.equals(goodType) || GoodTypeEnum.PINAO_ROOM.equals(goodType)
 |  | 
 | 
											
												
													
														|  | 
 |  | +        if (GoodTypeEnum.VIP.equals(goodType) || GoodTypeEnum.PIANO_ROOM.equals(goodType)
 | 
											
												
													
														|  |                  || GoodTypeEnum.ACTI_REGIST.equals(goodType)) {
 |  |                  || GoodTypeEnum.ACTI_REGIST.equals(goodType)) {
 | 
											
												
													
														|  |              return BigDecimal.ONE;
 |  |              return BigDecimal.ONE;
 | 
											
												
													
														|  |          }
 |  |          }
 |