提交 081611c9 authored 作者: huyufan's avatar huyufan

资金相关

上级 badf02ac
......@@ -331,7 +331,7 @@ public class OwnerAccountServiceImpl implements OwnerAccountService {
OwnerCaseOut entity = new OwnerCaseOut();
entity.setId(param.getId());
entity.setPaymentProof(param.getPaymentProof());
entity.setPlatformPaymentBank(entity.getPlatformPaymentBank());
entity.setPlatformPaymentBank(param.getPlatformPaymentBank());
entity.setPlatformPaymentBankNumber(param.getPlatformPaymentBankNumber());
entity.setPlatformPayBalance(param.getPlatformPayBalance());
entity.setPaymentTime(LocalDateTime.now());
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论