From 5e09c01ab821fb228dfc646d2c278e4b6080c2de Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=AD=A6=20=E8=B5=B5?= <89237069@qq.com>
Date: Mon, 11 Sep 2023 14:58:12 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../Entities/BQ/HBPO_BA_SERVICE.cs | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/code/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/BQ/HBPO_BA_SERVICE.cs b/code/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/BQ/HBPO_BA_SERVICE.cs
index 4614b6d6..1979b445 100644
--- a/code/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/BQ/HBPO_BA_SERVICE.cs
+++ b/code/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/BQ/HBPO_BA_SERVICE.cs
@@ -302,6 +302,7 @@ namespace Win.Sfs.SettleAccount.Entities.BQ
[HttpPost]
+ [UnitOfWork(false)]
/// 发票重开列表
///
///
@@ -314,11 +315,7 @@ namespace Win.Sfs.SettleAccount.Entities.BQ
{
return new JsonResult(new { Code = 400, Message = "请下载错误模版", fileName = result });
}
-
-
-
var invBilllist = new List();
-
var adjlist = ObjectMapper.Map, List>(p_list);
if (adjlist == null && adjlist.Count == 0)
{
@@ -451,6 +448,7 @@ namespace Win.Sfs.SettleAccount.Entities.BQ
[HttpPost]
+ [UnitOfWork(false)]
/// 发票重开列表
///
///