md
This commit is contained in:
parent
4593b205ba
commit
17acf5804a
@ -248,11 +248,11 @@ public class EmisSettleInvoiceChRecordServiceImpl implements IEmisSettleInvoiceC
|
||||
updateEmisSettleInvoiceChRecord(newRecord);
|
||||
}
|
||||
else{
|
||||
// EmisSettleInvoiceChRecord newRecord=new EmisSettleInvoiceChRecord();
|
||||
// newRecord.setId(old.getId());
|
||||
// newRecord.setOpenChStatus("3");
|
||||
// newRecord.setOpenChStatusDesc(jRst.getString("message"));
|
||||
// emisSettleInvoiceChRecordMapper.updateEmisSettleInvoiceChRecord(newRecord);
|
||||
EmisSettleInvoiceChRecord newRecord=new EmisSettleInvoiceChRecord();
|
||||
newRecord.setId(old.getId());
|
||||
newRecord.setOpenChStatus("1");
|
||||
newRecord.setOpenChStatusDesc(jRst.getString("message"));
|
||||
emisSettleInvoiceChRecordMapper.updateEmisSettleInvoiceChRecord(newRecord);
|
||||
}
|
||||
return 1;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user