|
|
@@ -170,7 +170,7 @@ public class KxsUserTradeServiceImpl extends ServiceImpl<KxsUserTradeMapper, Kxs
|
|
|
totalAmount = totalAmount.add(datum.getLkbActAmt());
|
|
|
}
|
|
|
if(totalAmount.compareTo(BigDecimal.valueOf(3000000)) >= 0){
|
|
|
- params.add(IntegralStatDTO.builder().userId(Long.valueOf(userId)).tradeMonth(Integer.valueOf(month)).totalAmount(totalAmount).build());
|
|
|
+ params.add(IntegralStatDTO.builder().userId(Long.valueOf(userId)).tradeMonth(month).totalAmount(totalAmount).build());
|
|
|
log.info("用户{}交易额达标:{}", userId, totalAmount);
|
|
|
}
|
|
|
}
|