From 430f4df6519253ffaf49f2d098ac1df77aa5891e Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期四, 11 九月 2025 14:43:02 +0800
Subject: [PATCH] 销售出库添加一行'制单人'

---
 util/LogUtil.cs |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/util/LogUtil.cs b/util/LogUtil.cs
index 7c96c8c..8c88150 100644
--- a/util/LogUtil.cs
+++ b/util/LogUtil.cs
@@ -1,10 +1,11 @@
 锘縩amespace NewPdaSqlServer.util
 {
+    using NewPdaSqlServer.DB;
     using NewPdaSqlServer.entity;
     using SqlSugar;
     using System;
 
-    public class LogService
+    public class LogService : RepositoryNoEntity
     {
         /// <summary>
         /// 鍒涘缓鏃ュ織璁板綍
@@ -52,7 +53,7 @@
         int sendStatus,
         string executeTime)
     {
-        db.Ado.ExecuteCommand(
+            Db.Ado.ExecuteCommand(
             "exec prc_log_create @edtUserGuid, @abtGuid, @abtTable, @detail, @hNo,@RtnLogGuid, @SendJson, @RtnJson, @xkyBeginTime, @xkyEndTime, @sendStatus, @executeTime",
             new {
                 edtUserGuid,

--
Gitblit v1.9.3