解决手动上传发票后,发票仍然显示的bug

master
zhangxiaofeng 2 months ago
parent d1b92ab136
commit 6a565dcda6

@ -926,6 +926,11 @@ namespace EntrustSettle.Api.Controllers
{
order.MailFlag = bindDto.MailFlag;
order.MailBillNo = bindDto.MailBillNo;
order.IsApplyInvoice = false;
}
else if (bindDto.OperType == FileTypeEnum.)
{
order.IsApplyBill = false;
}
await orderService.Db.Updateable(order).ExecuteCommandAsync();
unitOfWorkManage.CommitTran();

Loading…
Cancel
Save