交班bug修复
This commit is contained in:
@@ -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());
|
||||||
|
|||||||
Reference in New Issue
Block a user