md
This commit is contained in:
parent
b09b1ae304
commit
6b358df9ed
@ -188,7 +188,7 @@ public class EmisSettleInvoiceRecordServiceImpl extends EmisBaseService implemen
|
||||
newBill.setId(oldBill.getId());
|
||||
|
||||
if(oldBill.getRecMoney().compareTo(totalMoney)>=0) {
|
||||
newBill.setOpenBillStatus("1");
|
||||
newBill.setOpenBillStatus("2");
|
||||
}else{
|
||||
newBill.setOpenBillStatus("2");
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user