|
|
@@ -85,6 +85,9 @@ public class ChannelPointHandle implements BaseHandle {
|
|
|
Assert.isTrue(dataHandle.saveOrUpdateEntity(loginUserService, user), () -> {
|
|
|
throw new TradeException(ResCode.TRADE_ERROR, successParams);
|
|
|
});
|
|
|
+ Assert.isTrue(dataHandle.saveOrUpdateEntity(userChannelPointService, channelPoint), () -> {
|
|
|
+ throw new TradeException(ResCode.TRADE_ERROR, successParams);
|
|
|
+ });
|
|
|
successParams.setPointBillsId(pointBills.getId());
|
|
|
successParams.getBills().setPointNum(handlePrice);
|
|
|
|