|
@@ -48,7 +48,13 @@ public class RabbitKxsOrderQueueListener {
|
|
|
remoteSysService.addBcqtTeam(campAddBcqtTeamDTO, SecurityConstants.FROM_IN);
|
|
remoteSysService.addBcqtTeam(campAddBcqtTeamDTO, SecurityConstants.FROM_IN);
|
|
|
}
|
|
}
|
|
|
//训练营订单处理
|
|
//训练营订单处理
|
|
|
- if(parse.getStatus() == 2 && (parse.getProductId() == 10 || parse.getProductId() == 11) ){
|
|
|
|
|
|
|
+ if(parse.getStatus() == 2
|
|
|
|
|
+ && (parse.getProductId() == 10
|
|
|
|
|
+ || parse.getProductId() == 11
|
|
|
|
|
+ || parse.getProductId() == 77
|
|
|
|
|
+ || parse.getProductId() == 78
|
|
|
|
|
+ || parse.getProductId() == 79
|
|
|
|
|
+ || parse.getProductId() == 92) ){
|
|
|
PrizePoolDTO prizePoolDTO = new PrizePoolDTO();
|
|
PrizePoolDTO prizePoolDTO = new PrizePoolDTO();
|
|
|
BeanUtils.copyProperties(parse, prizePoolDTO);
|
|
BeanUtils.copyProperties(parse, prizePoolDTO);
|
|
|
remoteSysService.prizePoolIsRefreshed(prizePoolDTO, SecurityConstants.FROM_IN);
|
|
remoteSysService.prizePoolIsRefreshed(prizePoolDTO, SecurityConstants.FROM_IN);
|