南骏 池
3 天以前 6dae2517aa69e7a81e87b8cc2bcb63f401fa77dd
util/LogUtil.cs
@@ -1,10 +1,11 @@
namespace 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,