|
|
|
@ -135,9 +135,15 @@ public class SignSaveInvoiceInfoServiceImpl extends MpBaseServiceImpl<SignRecord |
|
|
|
|
} catch (Exception e) { |
|
|
|
|
e.printStackTrace(); |
|
|
|
|
// 保存明细表异常,设置底账表的明细标志为0,detail_yesorno=0
|
|
|
|
|
TdxRecordInvoice invoice = new TdxRecordInvoice(); |
|
|
|
|
invoice.setDetailYesorno("0"); |
|
|
|
|
this.updateInvoice(invoice); |
|
|
|
|
try { |
|
|
|
|
TdxRecordInvoice invoice = new TdxRecordInvoice(); |
|
|
|
|
invoice.setDetailYesorno("0"); |
|
|
|
|
this.updateInvoice(invoice); |
|
|
|
|
}catch (Exception exe){ |
|
|
|
|
exe.printStackTrace(); |
|
|
|
|
throw new Exception(exe); |
|
|
|
|
} |
|
|
|
|
throw new Exception(e); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// 保存税率统计表
|
|
|
|
|