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