md
This commit is contained in:
parent
c07b335bc7
commit
995c5a8aa6
@ -134,7 +134,7 @@ public class EmisSettleInvoiceChRecordServiceImpl implements IEmisSettleInvoiceC
|
||||
newApply.setOpenChStatus("0");
|
||||
|
||||
// 如果是手工开票则直接设定为开票成功
|
||||
if("9".equals(emisSettleInvoiceChRecord.getInvoiceType())){
|
||||
if("9".equals(oldApply.getInvoiceType())){
|
||||
// 设定为已开票
|
||||
newApply.setInvoiceStatus("2");
|
||||
newApply.setOpenChStatus("2");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user