|
@@ -57,7 +57,8 @@ public class RabbitKxsOrderQueueListener {
|
|
|
|| parse.getProductId() == 92
|
|
|| parse.getProductId() == 92
|
|
|
|| parse.getProductId() == 27
|
|
|| parse.getProductId() == 27
|
|
|
|| parse.getProductId() == 28
|
|
|| parse.getProductId() == 28
|
|
|
- || parse.getProductId() == 39) ){
|
|
|
|
|
|
|
+ || parse.getProductId() == 39
|
|
|
|
|
+ || parse.getProductId() == 40) ){
|
|
|
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);
|