提交 34659419 authored 作者: huyufan's avatar huyufan

Merge remote-tracking branch 'origin/v6.5_transport_open_20231115' into test

......@@ -31,7 +31,7 @@ import org.springframework.web.bind.annotation.*;
@RestController
@RequestMapping(value="/pc/transport/")
@Validated
@Api(tags = "PC-订单取消")
@Api(tags = "PC-网络货运相关")
@AllArgsConstructor
public class TransportSyncController {
......
......@@ -120,10 +120,10 @@ public class SettlementServiceImpl implements SettlementService {
runningWaterRecord.setRelationId(null);
runningWaterRecord.setAlterationBalance(ans);
runningWaterRecord.setFrozenBalance(ans);
runningWaterRecord.setFrozenBalance(account.getFrozenBalance().subtract(ans));
runningWaterRecord.setUsableBalance(account.getUsableBalance());
runningWaterRecord.setTakeOutBalance(BigDecimal.ZERO);
runningWaterRecord.setAccountBalance(account.getAccountBalance());
runningWaterRecord.setTakeOutBalance(ans);
runningWaterRecord.setAccountBalance(account.getAccountBalance().subtract(ans));
runningWaterRecord.setOwnerUserNo(account.getOwnerUserNo());
runningWaterRecord.setAccountType(OwnerAccountEnum.AccountTypeStatus.PREPAID_FREIGHT_ACCOUNT.getCode());
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论