This commit is contained in:
linfso 2024-10-15 11:37:39 +08:00
parent c07b335bc7
commit 995c5a8aa6

View File

@ -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");