交班bug修复
This commit is contained in:
parent
ddcd5f2c30
commit
a59f6c2568
|
|
@ -147,6 +147,7 @@ public class TbCreditBuyerOrderServiceImpl extends ServiceImpl<TbCreditBuyerOrde
|
||||||
entity.setPaidAmount(NumberUtil.add(entity.getPaidAmount(), record.getRepaymentAmount()));
|
entity.setPaidAmount(NumberUtil.add(entity.getPaidAmount(), record.getRepaymentAmount()));
|
||||||
entity.setLastPaymentTime(new Date());
|
entity.setLastPaymentTime(new Date());
|
||||||
entity.setLastPaymentMethod(record.getPaymentMethod());
|
entity.setLastPaymentMethod(record.getPaymentMethod());
|
||||||
|
entity.setRemark(record.getRemark());
|
||||||
super.updateById(entity);
|
super.updateById(entity);
|
||||||
record.setCreateTime(new Date());
|
record.setCreateTime(new Date());
|
||||||
record.setPaymentTime(new Date());
|
record.setPaymentTime(new Date());
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue