util/LogUtil.cs
@@ -22,7 +22,7 @@
                .Select(it => it.Guid) //
                .First();
            detail = "[PDA]" + detail;
            //detail = "[PDA]" + detail;
            // 执行存储过程
            db.Ado.ExecuteCommand(
                "exec prc_log_create @edtUserGuid, @abtGuid, @abtTable, @detail, @orderNo",