md
This commit is contained in:
parent
8bb3897225
commit
fcb6e5e08b
@ -148,6 +148,9 @@ public class EmisSettlePayRecordServiceImpl extends EmisBaseService implements I
|
||||
) {
|
||||
payRel.setId(null);
|
||||
payRel.setPayId(payId);
|
||||
if("2".equals(emisSettlePayRecord.getRecType())){
|
||||
payRel.setPayMoney(BigDecimal.ZERO.subtract(payRel.getPayMoney()));
|
||||
}
|
||||
emisSettlePayRelMapper.insertEmisSettlePayRel(payRel);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user