Skip to content

Commit 72457b1

Browse files
committed
优化改造完成批量缴费功能
1 parent 3d89188 commit 72457b1

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

service-acct/src/main/java/com/java110/acct/smo/impl/AccountInnerServiceSMOImpl.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ public int withholdAccount(@RequestBody AccountDetailPo accountDetailPo) {
217217
if (flag < 1) {
218218
throw new IllegalArgumentException("更新账户失败");
219219
}
220+
accountDetailPo.setObjId(accounts.get(0).getObjId());
220221
accountDetailPo.setObjType(accounts.get(0).getObjType());
221222
} finally {
222223
DistributedLock.releaseDistributedLock(key, requestId);

service-fee/src/main/java/com/java110/fee/bmo/fee/impl/FinishFeeNotifyImpl.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,8 @@ public void withholdAccount(PayFeeDataDto payFeeDataDto, String feeId, String co
240240
return;
241241
}
242242

243+
244+
243245
AccountDetailPo accountDetailPo = new AccountDetailPo();
244246
accountDetailPo.setAcctId(payFeeDataDto.getAcctId());
245247
accountDetailPo.setAmount(accountAmount + "");

0 commit comments

Comments
 (0)