退料联调
This commit is contained in:
parent
4b7d3db28a
commit
e1ae49f773
|
|
@ -183,6 +183,7 @@ public class LeaseApplyInfoServiceImpl implements ILeaseApplyInfoService {
|
|||
if (num == null) {
|
||||
num = BigDecimal.ZERO;
|
||||
}
|
||||
applyInfo.setPreCountNum(applyInfo.getPreCountNum().add(num));
|
||||
applyInfo.setAlNum(num);
|
||||
applyInfo.setWaitCountNum(applyInfo.getPreCountNum().subtract(num).compareTo(BigDecimal.ZERO) <= 0 ? BigDecimal.ZERO : applyInfo.getPreCountNum().subtract(num));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue