1
0
Fork 0

add - 完善用户功能 添加XML读取类

nodyang
SoulStar 4 months ago
parent 4d8b3c37a5
commit 49dcf2c714

@ -0,0 +1,167 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
<section name="log4net" type="System.Configuration.IgnoreSectionHandler"/>
</configSections>
<appSettings>
</appSettings>
<log4net>
<!--错误日志类-->
<logger name="logerror">
<level value="ALL" />
<appender-ref ref="ErrorAppender" />
<appender-ref ref="ConsoleAppender" />
</logger>
<!--信息日志类-->
<logger name="loginfo">
<level value="ALL" />
<appender-ref ref="InfoAppender" />
<appender-ref ref="ConsoleAppender" />
</logger>
<!--PLC日志类-->
<logger name="plclog">
<level value="ALL" />
<appender-ref ref="PlcAppender" />
<appender-ref ref="ConsoleAppender" />
</logger>
<!--RFID日志类-->
<logger name="rfidlog">
<level value="ALL" />
<appender-ref ref="RfidAppender" />
<appender-ref ref="ConsoleAppender" />
</logger>
<!--RFID日志类-->
<logger name="viewlog">
<level value="ALL" />
<appender-ref ref="ViewAppender" />
<appender-ref ref="ConsoleAppender" />
</logger>
<!--Sql日志类-->
<logger name="sqllog">
<level value="ALL" />
<appender-ref ref="SqlAppender" />
<appender-ref ref="ConsoleAppender" />
</logger>
<!--信号量日志类-->
<logger name="semaphorelog">
<level value="ALL" />
<appender-ref ref="SemaphoreAppender" />
<appender-ref ref="ConsoleAppender" />
</logger>
<!-- 将日志输出到控制台 -->
<appender name="ConsoleAppender" type="log4net.Appender.ConsoleAppender">
<layout type="log4net.Layout.PatternLayout">
<conversionPattern value="%date [%thread] %-5level %logger - %message%newline" />
</layout>
</appender>
<!--错误日志附加介质-->
<appender name="ErrorAppender" type="log4net.Appender.RollingFileAppender">
<param name="File" value="Log\" />
<param name="AppendToFile" value="true" />
<param name="MaxSizeRollBackups" value="100" />
<param name="MaxFileSize" value="10240" />
<param name="StaticLogFileName" value="false" />
<param name="DatePattern" value='yyyy-MM-dd/"LogError.html"'/>
<param name="RollingStyle" value="Date" />
<layout type="log4net.Layout.PatternLayout">
<param name="ConversionPattern" value="&lt;HR COLOR=red&gt;%n异常时间%d [%t] &lt;BR&gt;%n异常级别%-5p &lt;BR&gt;%n异 常 类:%c [%x] &lt;BR&gt;%n%m &lt;BR&gt;%n &lt;HR Size=1&gt;" />
</layout>
</appender>
<!--信息日志附加介质-->
<appender name="InfoAppender" type="log4net.Appender.RollingFileAppender">
<param name="File" value="Log\" />
<param name="AppendToFile" value="true" />
<param name="MaxFileSize" value="10240" />
<param name="MaxSizeRollBackups" value="100" />
<param name="StaticLogFileName" value="false" />
<param name="DatePattern" value='yyyy-MM-dd/"LogInfo.txt"' />
<param name="RollingStyle" value="Date" />
<!--信息日志布局-->
<layout type="log4net.Layout.PatternLayout">
<param name="ConversionPattern" value="&lt;--------------&gt;%n日志时间%d [%t] %n日志级别%-5p %n日志内容%m %n " />
</layout>
</appender>
<!--PLC日志附加介质-->
<appender name="PlcAppender" type="log4net.Appender.RollingFileAppender">
<param name="File" value="Log\" />
<param name="AppendToFile" value="true" />
<param name="MaxFileSize" value="10240" />
<param name="MaxSizeRollBackups" value="100" />
<param name="StaticLogFileName" value="false" />
<param name="DatePattern" value='yyyy-MM-dd/"PlcLog.txt"' />
<param name="RollingStyle" value="Date" />
<!--信息日志布局-->
<layout type="log4net.Layout.PatternLayout">
<param name="ConversionPattern" value="&lt;--------------&gt;%n日志时间%d [%t] %n日志级别%-5p %n日志内容%m %n " />
</layout>
</appender>
<!--Rfid日志附加介质-->
<appender name="RfidAppender" type="log4net.Appender.RollingFileAppender">
<param name="File" value="Log\" />
<param name="AppendToFile" value="true" />
<param name="MaxFileSize" value="10240" />
<param name="MaxSizeRollBackups" value="100" />
<param name="StaticLogFileName" value="false" />
<param name="DatePattern" value='yyyy-MM-dd/"RfidLog.txt"' />
<param name="RollingStyle" value="Date" />
<!--信息日志布局-->
<layout type="log4net.Layout.PatternLayout">
<param name="ConversionPattern" value="&lt;--------------&gt;%n日志时间%d [%t] %n日志级别%-5p %n日志内容%m %n " />
</layout>
</appender>
<appender name="ViewAppender" type="log4net.Appender.RollingFileAppender">
<param name="File" value="Log\" />
<param name="AppendToFile" value="true" />
<param name="MaxFileSize" value="10240" />
<param name="MaxSizeRollBackups" value="100" />
<param name="StaticLogFileName" value="false" />
<param name="DatePattern" value='yyyy-MM-dd/"ViewLog.txt"' />
<param name="RollingStyle" value="Date" />
<!--信息日志布局-->
<layout type="log4net.Layout.PatternLayout">
<param name="ConversionPattern" value="&lt;--------------&gt;%n日志时间%d [%t] %n日志级别%-5p %n日志内容%m %n " />
</layout>
</appender>
<appender name="SqlAppender" type="log4net.Appender.RollingFileAppender">
<param name="File" value="Log\" />
<param name="AppendToFile" value="true" />
<param name="MaxFileSize" value="10240" />
<param name="MaxSizeRollBackups" value="100" />
<param name="StaticLogFileName" value="false" />
<param name="DatePattern" value='yyyy-MM-dd/"SqlLog.txt"' />
<param name="RollingStyle" value="Date" />
<!--信息日志布局-->
<layout type="log4net.Layout.PatternLayout">
<param name="ConversionPattern" value="&lt;--------------&gt;%n日志时间%d [%t] %n日志级别%-5p %n日志内容%m %n " />
</layout>
</appender>
<appender name="SemaphoreAppender" type="log4net.Appender.RollingFileAppender">
<param name="File" value="Log\" />
<param name="AppendToFile" value="true" />
<param name="MaxFileSize" value="10240" />
<param name="MaxSizeRollBackups" value="100" />
<param name="StaticLogFileName" value="false" />
<param name="DatePattern" value='yyyy-MM-dd/"SemaphoreLog.txt"' />
<param name="RollingStyle" value="Date" />
<!--信息日志布局-->
<layout type="log4net.Layout.PatternLayout">
<param name="ConversionPattern" value="&lt;--------------&gt;%n日志时间%d [%t] %n日志级别%-5p %n日志内容%m %n " />
</layout>
</appender>
</log4net>
</configuration>

@ -1 +1 @@
ac0a11ee7fe82dce7ae2872df4df8f2250e5b258
806fb4fa591413bf7ca81c0fc70c231330502c03d4a20f497ac93a4e58f1ab11

@ -34,3 +34,16 @@ C:\项目代码\澳柯玛MES项目\HighWayIot\HighWayIot.Common\obj\Debug\HighWa
C:\项目代码\澳柯玛MES项目\HighWayIot\HighWayIot.Common\obj\Debug\HighWayIot.Common.csproj.CopyComplete
C:\项目代码\澳柯玛MES项目\HighWayIot\HighWayIot.Common\obj\Debug\HighWayIot.Common.dll
C:\项目代码\澳柯玛MES项目\HighWayIot\HighWayIot.Common\obj\Debug\HighWayIot.Common.pdb
D:\WorkCode\DLML-SCADA\HighWayIot.Common\bin\Debug\config\log4net.config
D:\WorkCode\DLML-SCADA\HighWayIot.Common\bin\Debug\HighWayIot.Common.dll
D:\WorkCode\DLML-SCADA\HighWayIot.Common\bin\Debug\HighWayIot.Common.pdb
D:\WorkCode\DLML-SCADA\HighWayIot.Common\bin\Debug\HighWayIot.Log4net.dll
D:\WorkCode\DLML-SCADA\HighWayIot.Common\bin\Debug\Newtonsoft.Json.dll
D:\WorkCode\DLML-SCADA\HighWayIot.Common\bin\Debug\log4net.dll
D:\WorkCode\DLML-SCADA\HighWayIot.Common\bin\Debug\HighWayIot.Log4net.pdb
D:\WorkCode\DLML-SCADA\HighWayIot.Common\bin\Debug\Newtonsoft.Json.xml
D:\WorkCode\DLML-SCADA\HighWayIot.Common\obj\Debug\HighWayIot.Common.csproj.AssemblyReference.cache
D:\WorkCode\DLML-SCADA\HighWayIot.Common\obj\Debug\HighWayIot.Common.csproj.CoreCompileInputs.cache
D:\WorkCode\DLML-SCADA\HighWayIot.Common\obj\Debug\HighWayI.6D993C3E.Up2Date
D:\WorkCode\DLML-SCADA\HighWayIot.Common\obj\Debug\HighWayIot.Common.dll
D:\WorkCode\DLML-SCADA\HighWayIot.Common\obj\Debug\HighWayIot.Common.pdb

@ -59,17 +59,14 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="domain\BaseBomInfo.cs" />
<Compile Include="domain\SysUserInfo.cs" />
<Compile Include="domain\BaseDeviceinfo.cs" />
<Compile Include="domain\SysUserEntity.cs" />
<Compile Include="domain\SysRoleEntity.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Repository.cs" />
<Compile Include="service\IBaseBomInfoService.cs" />
<Compile Include="service\Impl\BaseBomInfoServiceImpl.cs" />
<Compile Include="service\Impl\BaseSysUserRoleServiceImpl.cs" />
<Compile Include="service\ISysUserRoleService.cs" />
<Compile Include="service\ISysUserInfoService.cs" />
<Compile Include="service\IBaseDeviceinfoService.cs" />
<Compile Include="service\Impl\BaseSysUserInfoServiceImpl.cs" />
<Compile Include="service\Impl\BaseDeviceinfoServiceImpl.cs" />
<Compile Include="SqlSugarHelper.cs" />
</ItemGroup>
<ItemGroup>

@ -21,14 +21,15 @@ namespace HighWayIot.Repository
* Sqlite:debug
* private static string sqliteConnStr = $"Data Source={Path.GetFullPath("data\\data.db")};Version=3";
*/
private static string sqliteConnStr = "Data Source=Z:\\Desktop\\日常代码\\HighWayIot\\HighWayIot\\bin\\Debug\\data\\data.db;Version=3";
//private static string sqliteConnStr = "Data Source=Z:\\Desktop\\日常代码\\HighWayIot\\HighWayIot\\bin\\Debug\\data\\data.db;Version=3";
/**
* Mysql
*/
private static string mysqlConnStr = "Data Source=124.70.63.37;Port=6000;Initial Catalog=ry-cloud;uid=root;pwd=haiwei@123;Charset=utf8mb4;SslMode=none";
///**
// * Mysql
// */
//private static string mysqlConnStr = "Data Source=124.70.63.37;Port=6000;Initial Catalog=ry-cloud;uid=root;pwd=haiwei@123;Charset=utf8mb4;SslMode=none";
private static string oracleConnStr = "Data Source=175.27.215.92/helowin;User ID=aucma_mes;Password=aucma";
//private static string oracleConnStr = "Data Source=175.27.215.92/helowin;User ID=aucma_mes;Password=aucma";
private static string SqlServerConnStr = "server=127.0.0.1;uid=sa;pwd=123456;database=dlml_scada";
#endregion
//如果是固定多库可以传 new SqlSugarScope(List<ConnectionConfig>,db=>{}) 文档:多租户
@ -37,40 +38,40 @@ namespace HighWayIot.Repository
//用单例模式
public static SqlSugarScope Db = new SqlSugarScope(new List<ConnectionConfig>()
{
//new ConnectionConfig()
//{
// ConfigId = "sqlite",
// ConnectionString = sqliteConnStr,
// DbType = DbType.Sqlite,
// InitKeyType = InitKeyType.Attribute,
// IsAutoCloseConnection = true
//},
//new ConnectionConfig()
//{
// ConfigId = "mysql",
// ConnectionString = mysqlConnStr,
// DbType = DbType.MySql,
// InitKeyType = InitKeyType.Attribute,
// IsAutoCloseConnection = true
//},
new ConnectionConfig()
{
ConfigId = "sqlite",
ConnectionString = sqliteConnStr,
DbType = DbType.Sqlite,
InitKeyType = InitKeyType.Attribute,
IsAutoCloseConnection = true
},
new ConnectionConfig()
{
ConfigId = "mysql",
ConnectionString = mysqlConnStr,
DbType = DbType.MySql,
InitKeyType = InitKeyType.Attribute,
IsAutoCloseConnection = true
},
new ConnectionConfig()
{
ConfigId = "aucma_mes",
ConnectionString = oracleConnStr,
DbType = DbType.Oracle,
ConfigId = "sqlserver",
ConnectionString = SqlServerConnStr,
DbType = DbType.SqlServer,
InitKeyType = InitKeyType.Attribute,
IsAutoCloseConnection = true
}
},
db =>
{
//(A)全局生效配置点
//调试SQL事件可以删掉
db.Aop.OnLogExecuting = (sql, pars) =>
{
logHelper.SqlLog($"{sql};参数:{jsonChange.ModeToJson(pars)}");
};
});
db =>
{
//(A)全局生效配置点
//调试SQL事件可以删掉
db.Aop.OnLogExecuting = (sql, pars) =>
{
logHelper.SqlLog($"{sql};参数:{jsonChange.ModeToJson(pars)}");
};
});
}
}

@ -0,0 +1,167 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
<section name="log4net" type="System.Configuration.IgnoreSectionHandler"/>
</configSections>
<appSettings>
</appSettings>
<log4net>
<!--错误日志类-->
<logger name="logerror">
<level value="ALL" />
<appender-ref ref="ErrorAppender" />
<appender-ref ref="ConsoleAppender" />
</logger>
<!--信息日志类-->
<logger name="loginfo">
<level value="ALL" />
<appender-ref ref="InfoAppender" />
<appender-ref ref="ConsoleAppender" />
</logger>
<!--PLC日志类-->
<logger name="plclog">
<level value="ALL" />
<appender-ref ref="PlcAppender" />
<appender-ref ref="ConsoleAppender" />
</logger>
<!--RFID日志类-->
<logger name="rfidlog">
<level value="ALL" />
<appender-ref ref="RfidAppender" />
<appender-ref ref="ConsoleAppender" />
</logger>
<!--RFID日志类-->
<logger name="viewlog">
<level value="ALL" />
<appender-ref ref="ViewAppender" />
<appender-ref ref="ConsoleAppender" />
</logger>
<!--Sql日志类-->
<logger name="sqllog">
<level value="ALL" />
<appender-ref ref="SqlAppender" />
<appender-ref ref="ConsoleAppender" />
</logger>
<!--信号量日志类-->
<logger name="semaphorelog">
<level value="ALL" />
<appender-ref ref="SemaphoreAppender" />
<appender-ref ref="ConsoleAppender" />
</logger>
<!-- 将日志输出到控制台 -->
<appender name="ConsoleAppender" type="log4net.Appender.ConsoleAppender">
<layout type="log4net.Layout.PatternLayout">
<conversionPattern value="%date [%thread] %-5level %logger - %message%newline" />
</layout>
</appender>
<!--错误日志附加介质-->
<appender name="ErrorAppender" type="log4net.Appender.RollingFileAppender">
<param name="File" value="Log\" />
<param name="AppendToFile" value="true" />
<param name="MaxSizeRollBackups" value="100" />
<param name="MaxFileSize" value="10240" />
<param name="StaticLogFileName" value="false" />
<param name="DatePattern" value='yyyy-MM-dd/"LogError.html"'/>
<param name="RollingStyle" value="Date" />
<layout type="log4net.Layout.PatternLayout">
<param name="ConversionPattern" value="&lt;HR COLOR=red&gt;%n异常时间%d [%t] &lt;BR&gt;%n异常级别%-5p &lt;BR&gt;%n异 常 类:%c [%x] &lt;BR&gt;%n%m &lt;BR&gt;%n &lt;HR Size=1&gt;" />
</layout>
</appender>
<!--信息日志附加介质-->
<appender name="InfoAppender" type="log4net.Appender.RollingFileAppender">
<param name="File" value="Log\" />
<param name="AppendToFile" value="true" />
<param name="MaxFileSize" value="10240" />
<param name="MaxSizeRollBackups" value="100" />
<param name="StaticLogFileName" value="false" />
<param name="DatePattern" value='yyyy-MM-dd/"LogInfo.txt"' />
<param name="RollingStyle" value="Date" />
<!--信息日志布局-->
<layout type="log4net.Layout.PatternLayout">
<param name="ConversionPattern" value="&lt;--------------&gt;%n日志时间%d [%t] %n日志级别%-5p %n日志内容%m %n " />
</layout>
</appender>
<!--PLC日志附加介质-->
<appender name="PlcAppender" type="log4net.Appender.RollingFileAppender">
<param name="File" value="Log\" />
<param name="AppendToFile" value="true" />
<param name="MaxFileSize" value="10240" />
<param name="MaxSizeRollBackups" value="100" />
<param name="StaticLogFileName" value="false" />
<param name="DatePattern" value='yyyy-MM-dd/"PlcLog.txt"' />
<param name="RollingStyle" value="Date" />
<!--信息日志布局-->
<layout type="log4net.Layout.PatternLayout">
<param name="ConversionPattern" value="&lt;--------------&gt;%n日志时间%d [%t] %n日志级别%-5p %n日志内容%m %n " />
</layout>
</appender>
<!--Rfid日志附加介质-->
<appender name="RfidAppender" type="log4net.Appender.RollingFileAppender">
<param name="File" value="Log\" />
<param name="AppendToFile" value="true" />
<param name="MaxFileSize" value="10240" />
<param name="MaxSizeRollBackups" value="100" />
<param name="StaticLogFileName" value="false" />
<param name="DatePattern" value='yyyy-MM-dd/"RfidLog.txt"' />
<param name="RollingStyle" value="Date" />
<!--信息日志布局-->
<layout type="log4net.Layout.PatternLayout">
<param name="ConversionPattern" value="&lt;--------------&gt;%n日志时间%d [%t] %n日志级别%-5p %n日志内容%m %n " />
</layout>
</appender>
<appender name="ViewAppender" type="log4net.Appender.RollingFileAppender">
<param name="File" value="Log\" />
<param name="AppendToFile" value="true" />
<param name="MaxFileSize" value="10240" />
<param name="MaxSizeRollBackups" value="100" />
<param name="StaticLogFileName" value="false" />
<param name="DatePattern" value='yyyy-MM-dd/"ViewLog.txt"' />
<param name="RollingStyle" value="Date" />
<!--信息日志布局-->
<layout type="log4net.Layout.PatternLayout">
<param name="ConversionPattern" value="&lt;--------------&gt;%n日志时间%d [%t] %n日志级别%-5p %n日志内容%m %n " />
</layout>
</appender>
<appender name="SqlAppender" type="log4net.Appender.RollingFileAppender">
<param name="File" value="Log\" />
<param name="AppendToFile" value="true" />
<param name="MaxFileSize" value="10240" />
<param name="MaxSizeRollBackups" value="100" />
<param name="StaticLogFileName" value="false" />
<param name="DatePattern" value='yyyy-MM-dd/"SqlLog.txt"' />
<param name="RollingStyle" value="Date" />
<!--信息日志布局-->
<layout type="log4net.Layout.PatternLayout">
<param name="ConversionPattern" value="&lt;--------------&gt;%n日志时间%d [%t] %n日志级别%-5p %n日志内容%m %n " />
</layout>
</appender>
<appender name="SemaphoreAppender" type="log4net.Appender.RollingFileAppender">
<param name="File" value="Log\" />
<param name="AppendToFile" value="true" />
<param name="MaxFileSize" value="10240" />
<param name="MaxSizeRollBackups" value="100" />
<param name="StaticLogFileName" value="false" />
<param name="DatePattern" value='yyyy-MM-dd/"SemaphoreLog.txt"' />
<param name="RollingStyle" value="Date" />
<!--信息日志布局-->
<layout type="log4net.Layout.PatternLayout">
<param name="ConversionPattern" value="&lt;--------------&gt;%n日志时间%d [%t] %n日志级别%-5p %n日志内容%m %n " />
</layout>
</appender>
</log4net>
</configuration>

@ -1,22 +0,0 @@
using SqlSugar;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace HighWayIot.Repository.domain
{
[SugarTable("BASE_BOMINFO")]
public class BaseBomInfo
{
/// <summary>
/// 主键标识
///</summary>
[SugarColumn(ColumnName = "OBJID", IsPrimaryKey = true, IsIdentity = true)]
public int ObjId { get; set; }
[SugarColumn(ColumnName = "BOM_CODE")]
public string bomCode { get; set; }
}
}

@ -1,59 +0,0 @@
using System;
using System.Collections.Generic;
using System.Linq;
using SqlSugar;
namespace HighWayIot.Repository.domain
{
/// <summary>
/// 设备信息
///</summary>
[SugarTable("base_deviceInfo")]
public class BaseDeviceinfo
{
/// <summary>
/// 主键标识
///</summary>
[SugarColumn(ColumnName="objId" ,IsPrimaryKey = true ,IsIdentity = true )]
public int ObjId { get; set; }
/// <summary>
/// 机台编号
///</summary>
[SugarColumn(ColumnName="process_Id" )]
public int? ProcessId { get; set; }
/// <summary>
/// 位置编号
///</summary>
[SugarColumn(ColumnName="position_Id" )]
public int? PositionId { get; set; }
/// <summary>
/// 设备编号
///</summary>
[SugarColumn(ColumnName="device_Id" )]
public int? DeviceId { get; set; }
/// <summary>
/// 设备名称
///</summary>
[SugarColumn(ColumnName="device_Name" )]
public string DeviceName { get; set; }
/// <summary>
/// 设备 IP
///</summary>
[SugarColumn(ColumnName="device_Ip" )]
public string DeviceIp { get; set; }
/// <summary>
/// 设备端口
///</summary>
[SugarColumn(ColumnName="device_Port" )]
public int? DevicePort { get; set; }
/// <summary>
/// 设备天线
///</summary>
[SugarColumn(ColumnName="device_Ant" )]
public int? DeviceAnt { get; set; }
/// <summary>
/// 设备类型
///</summary>
[SugarColumn(ColumnName="device_Type" )]
public string DeviceType { get; set; }
}
}

@ -0,0 +1,39 @@
using System;
using System.Collections.Generic;
using System.Linq;
using SqlSugar;
namespace HighWayIot.Repository.domain
{
/// <summary>
/// 角色信息
///</summary>
[SugarTable("sys_role")]
public class SysRoleEntity
{
/// <summary>
/// 备 注:
/// 默认值:
///</summary>
[SugarColumn(ColumnName = "id", IsPrimaryKey = true, IsIdentity = true)]
public int Id { get; set; }
/// <summary>
/// 备 注:角色名称
/// 默认值:
///</summary>
[SugarColumn(ColumnName = "role_name")]
public string RoleName { get; set; }
/// <summary>
/// 备 注:角色权限设定
/// 默认值:100个0组成的字符串
///</summary>
[SugarColumn(ColumnName = "role_set")]
public string RoleSet { get; set; } = null;
}
}

@ -0,0 +1,62 @@
using SqlSugar;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Security.Principal;
using System.Text;
using System.Threading.Tasks;
namespace HighWayIot.Repository.domain
{
/// <summary>
/// 用户信息
///</summary>
[SugarTable("sys_user")]
public class SysUserEntity
{
/// <summary>
/// 备 注:
/// 默认值:
///</summary>
[SugarColumn(ColumnName = "id", IsPrimaryKey = true, IsIdentity = true)]
public int Id { get; set; }
/// <summary>
/// 备 注:用户名
/// 默认值:
///</summary>
[SugarColumn(ColumnName = "user_name")]
public string UserName { get; set; } = null;
/// <summary>
/// 备 注:用户角色
/// 默认值:
///</summary>
[SugarColumn(ColumnName = "user_role")]
public string UserRole { get; set; } = null;
/// <summary>
/// 备 注:密码
/// 默认值:
///</summary>
[SugarColumn(ColumnName = "password")]
public string Password { get; set; } = null;
/// <summary>
/// 备 注:上次登录时间
/// 默认值:
///</summary>
[SugarColumn(ColumnName = "last_login_time")]
public DateTime? LastLoginTime { get; set; }
/// <summary>
/// 备 注:是否已删除(软删除)
/// 默认值:
///</summary>
[SugarColumn(ColumnName = "is_deleted")]
public bool? IsDeleted { get; set; } = false;
}
}

@ -1,37 +0,0 @@
using SqlSugar;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Security.Principal;
using System.Text;
using System.Threading.Tasks;
namespace HighWayIot.Repository.domain
{
/// <summary>
/// 用户信息
///</summary>
[SugarTable("sys_user")]
public class SysUserInfo
{
/// <summary>
/// 用户Id自增主键
///</summary>
[SugarColumn(ColumnName = "user_id", IsPrimaryKey = true, IsIdentity = true)]
public int userId { get; set; }
/// <summary>
/// 用户名称
///</summary>
[SugarColumn(ColumnName = "user_name")]
public string userName { get; set; }
/// <summary>
/// 用户密码
///</summary>
[SugarColumn(ColumnName = "password")]
public string password { get; set; }
}
}

@ -1 +1 @@
895f3c69f89b5588bcc6d1c266768b015c1ec5d0
34d064f3d2d539c8181537570a4a24a4e332dc9afa9d8b4cec09086b528d7969

@ -42,3 +42,25 @@ C:\项目代码\澳柯玛MES项目\HighWayIot\HighWayIot.Repository\obj\Debug\Hi
C:\项目代码\澳柯玛MES项目\HighWayIot\HighWayIot.Repository\obj\Debug\HighWayIot.Repository.csproj.CopyComplete
C:\项目代码\澳柯玛MES项目\HighWayIot\HighWayIot.Repository\obj\Debug\HighWayIot.Repository.dll
C:\项目代码\澳柯玛MES项目\HighWayIot\HighWayIot.Repository\obj\Debug\HighWayIot.Repository.pdb
D:\WorkCode\DLML-SCADA\HighWayIot.Repository\bin\Debug\config\log4net.config
D:\WorkCode\DLML-SCADA\HighWayIot.Repository\bin\Debug\HighWayIot.Repository.dll.config
D:\WorkCode\DLML-SCADA\HighWayIot.Repository\bin\Debug\HighWayIot.Repository.dll
D:\WorkCode\DLML-SCADA\HighWayIot.Repository\bin\Debug\HighWayIot.Repository.pdb
D:\WorkCode\DLML-SCADA\HighWayIot.Repository\bin\Debug\HighWayIot.Common.dll
D:\WorkCode\DLML-SCADA\HighWayIot.Repository\bin\Debug\HighWayIot.Log4net.dll
D:\WorkCode\DLML-SCADA\HighWayIot.Repository\bin\Debug\Oracle.ManagedDataAccess.dll
D:\WorkCode\DLML-SCADA\HighWayIot.Repository\bin\Debug\Newtonsoft.Json.dll
D:\WorkCode\DLML-SCADA\HighWayIot.Repository\bin\Debug\log4net.dll
D:\WorkCode\DLML-SCADA\HighWayIot.Repository\bin\Debug\System.Memory.dll
D:\WorkCode\DLML-SCADA\HighWayIot.Repository\bin\Debug\System.Threading.Tasks.Extensions.dll
D:\WorkCode\DLML-SCADA\HighWayIot.Repository\bin\Debug\System.Numerics.Vectors.dll
D:\WorkCode\DLML-SCADA\HighWayIot.Repository\bin\Debug\System.Runtime.CompilerServices.Unsafe.dll
D:\WorkCode\DLML-SCADA\HighWayIot.Repository\bin\Debug\System.Buffers.dll
D:\WorkCode\DLML-SCADA\HighWayIot.Repository\bin\Debug\HighWayIot.Common.pdb
D:\WorkCode\DLML-SCADA\HighWayIot.Repository\bin\Debug\HighWayIot.Log4net.pdb
D:\WorkCode\DLML-SCADA\HighWayIot.Repository\bin\Debug\Newtonsoft.Json.xml
D:\WorkCode\DLML-SCADA\HighWayIot.Repository\obj\Debug\HighWayIot.Repository.csproj.AssemblyReference.cache
D:\WorkCode\DLML-SCADA\HighWayIot.Repository\obj\Debug\HighWayIot.Repository.csproj.CoreCompileInputs.cache
D:\WorkCode\DLML-SCADA\HighWayIot.Repository\obj\Debug\HighWayI.70C4738C.Up2Date
D:\WorkCode\DLML-SCADA\HighWayIot.Repository\obj\Debug\HighWayIot.Repository.dll
D:\WorkCode\DLML-SCADA\HighWayIot.Repository\obj\Debug\HighWayIot.Repository.pdb

@ -1,14 +0,0 @@
using HighWayIot.Repository.domain;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace HighWayIot.Repository.service
{
public interface IBaseBomInfoService
{
List<BaseBomInfo> GetBomInfos();
}
}

@ -1,20 +0,0 @@
using HighWayIot.Repository.domain;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace HighWayIot.Repository.service
{
public interface IBaseDeviceinfoService
{
/// <summary>
/// 根据工序编号获取设备集合
/// </summary>
/// <param name="ProcessId"></param>
/// <returns></returns>
List<BaseDeviceinfo> GetDeviceInfoListByProcessId(int ProcessId);
}
}

@ -11,9 +11,42 @@ namespace HighWayIot.Repository.service
{
/// <summary>
/// 获取用户列表
/// 条件查询所有用户列表 用户名为模糊查询
/// </summary>
/// <param name="userName">用户名</param>
/// <param name="userRole">用户角色</param>
/// <param name="beginTime">开始时间</param>
/// <param name="endTime">结束时间</param>
/// <param name="isSelectByTime">是否</param>
/// <returns></returns>
List<SysUserInfo> GetUserInfos( );
List<SysUserEntity> GetUserInfos(string userName = null, string userRole = null, DateTime? beginTime = null, DateTime? endTime = null, bool isSelectByTime = false);
/// <summary>
/// 根据用户名查询单条用户信息
/// </summary>
/// <param name="userName"></param>
/// <returns></returns>
List<SysUserEntity> GetUserInfoByUserName(string userName);
/// <summary>
/// 添加用户信息
/// </summary>
/// <param name="sysUserEntity"></param>
/// <returns></returns>
bool InsertUserInfo(SysUserEntity sysUserEntity);
/// <summary>
/// 修改用户信息
/// </summary>
/// <param name="sysUserEntity"></param>
/// <returns></returns>
bool UpdateUserInfo(SysUserEntity sysUserEntity);
/// <summary>
/// 根据ID删除用户信息
/// </summary>
/// <param name="id"></param>
/// <returns></returns>
bool DeleteUserInfoById(int id);
}
}

@ -0,0 +1,45 @@
using HighWayIot.Repository.domain;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace HighWayIot.Repository.service
{
public interface ISysUserRoleService
{
/// <summary>
/// 条件查询所有角色列表
/// </summary>
/// <param name="userName">用户名</param>
/// <param name="userRole">用户角色</param>
/// <param name="beginTime">开始时间</param>
/// <param name="endTime">结束时间</param>
/// <param name="isSelectByTime">是否</param>
/// <returns></returns>
List<SysRoleEntity> GetRoleInfos();
/// <summary>
/// 添加角色信息
/// </summary>
/// <param name="sysRoleEntity"></param>
/// <returns></returns>
bool InsertRoleInfo(SysRoleEntity sysRoleEntity);
/// <summary>
/// 修改角色信息
/// </summary>
/// <param name="sysRoleEntity"></param>
/// <returns></returns>
bool UpdateRoleInfo(SysRoleEntity sysRoleEntity);
/// <summary>
/// 根据ID删除角色信息
/// </summary>
/// <param name="id"></param>
/// <returns></returns>
bool DeleteRoleInfoById(int id);
}
}

@ -1,30 +0,0 @@
using HighWayIot.Log4net;
using HighWayIot.Repository.domain;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace HighWayIot.Repository.service.Impl
{
public class BaseBomInfoServiceImpl:IBaseBomInfoService
{
Repository<BaseBomInfo> _bomInfoRepository => new Repository<BaseBomInfo>("aucma_mes");
private LogHelper logHelper = LogHelper.Instance;
public List<BaseBomInfo> GetBomInfos()
{
try
{
var info = _bomInfoRepository.GetList();
return info;
}catch(Exception ex)
{
logHelper.Error("获取BOM集合异常", ex);
return null;
}
}
}
}

@ -1,23 +0,0 @@
using HighWayIot.Repository.domain;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Text;
using System.Threading.Tasks;
namespace HighWayIot.Repository.service.Impl
{
public class BaseDeviceinfoServiceImpl : IBaseDeviceinfoService
{
Repository<BaseDeviceinfo> _deviceInfoRepository => new Repository<BaseDeviceinfo>("sqlite");
public List<BaseDeviceinfo> GetDeviceInfoListByProcessId(int ProcessId)
{
Expression<Func<BaseDeviceinfo, bool>> exp = s1 => s1.ProcessId == ProcessId;
List<BaseDeviceinfo> deviceinfos = _deviceInfoRepository.GetList(exp);
return deviceinfos;
}
}
}

@ -12,19 +12,91 @@ namespace HighWayIot.Repository.service.Impl
public class BaseSysUserInfoServiceImpl : ISysUserInfoService
{
private LogHelper log = LogHelper.Instance;
Repository<SysUserInfo> _repository => new Repository<SysUserInfo>("mysql");
Repository<SysUserEntity> _repository => new Repository<SysUserEntity>("sqlserver");
public List<SysUserInfo> GetUserInfos()
public List<SysUserEntity> GetUserInfos(string userName = null, string userRole = null, DateTime? beginTime = null, DateTime? endTime = null, bool isSelectByTime = false)
{
try
{
List<SysUserInfo> deviceInfo = _repository.GetList();
List<SysUserEntity> deviceInfo = _repository.GetList(x => x.IsDeleted == false);
if (!string.IsNullOrEmpty(userName))
{
deviceInfo = deviceInfo.Where(x => x.UserName.Contains(userName)).ToList();
}
if (!string.IsNullOrEmpty(userRole))
{
deviceInfo = deviceInfo.Where(x => x.UserName == userRole).ToList();
}
if (isSelectByTime)
{
deviceInfo = deviceInfo.Where(x => x.LastLoginTime >= beginTime && x.LastLoginTime <= endTime).ToList();
}
return deviceInfo;
}catch (Exception ex)
}
catch (Exception ex)
{
log.Error("用户信息获取异常", ex);
return null;
}
}
public bool InsertUserInfo(SysUserEntity sysUserEntity)
{
try
{
return _repository.Insert(sysUserEntity);
}
catch (Exception ex)
{
log.Error("用户信息插入异常", ex);
return false;
}
}
public bool UpdateUserInfo(SysUserEntity sysUserEntity)
{
try
{
return _repository.Update(sysUserEntity);
}
catch(Exception ex)
{
log.Error("用户信息修改异常", ex);
return false;
}
}
public bool DeleteUserInfoById(int id)
{
try
{
SysUserEntity entity = _repository.GetById(id);
entity.IsDeleted = true;
return _repository.Update(entity);
}
catch (Exception ex)
{
log.Error("用户信息删除异常", ex);
return false;
}
}
public List<SysUserEntity> GetUserInfoByUserName(string userName)
{
try
{
var list = _repository.GetList(x => x.UserName == userName && x.IsDeleted == false);
return list;
}
catch (Exception ex)
{
log.Error("单条用户信息查询异常", ex);
return null;
}
}
}
}

@ -0,0 +1,72 @@
using HighWayIot.Log4net;
using HighWayIot.Repository.domain;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Text;
using System.Threading.Tasks;
namespace HighWayIot.Repository.service.Impl
{
public class BaseSysUserRoleServiceImpl : ISysUserRoleService
{
private LogHelper log = LogHelper.Instance;
Repository<SysRoleEntity> _repository => new Repository<SysRoleEntity>("sqlserver");
public List<SysRoleEntity> GetRoleInfos()
{
try
{
List<SysRoleEntity> deviceInfo = _repository.GetList();
return deviceInfo;
}
catch (Exception ex)
{
log.Error("用户信息获取异常", ex);
return null;
}
}
public bool InsertRoleInfo(SysRoleEntity sysRoleEntity)
{
try
{
return _repository.Insert(sysRoleEntity);
}
catch (Exception ex)
{
log.Error("用户信息插入异常", ex);
return false;
}
}
public bool UpdateRoleInfo(SysRoleEntity sysRoleEntity)
{
try
{
return _repository.Update(sysRoleEntity);
}
catch(Exception ex)
{
log.Error("用户信息修改异常", ex);
return false;
}
}
public bool DeleteRoleInfoById(int id)
{
try
{
return _repository.DeleteById(id);
}
catch (Exception ex)
{
log.Error("用户信息删除异常", ex);
return false;
}
}
}
}

@ -0,0 +1,60 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Xml;
namespace HighWayIot.Winform.Business
{
/// <summary>
/// XML读写类
/// </summary>
public class XmlUtil
{
/// <summary>
/// XML读写实例
/// </summary>
XmlDocument xmlDocument = new XmlDocument();
/// <summary>
/// 运行时路径
/// </summary>
private string Path = System.Environment.CurrentDirectory;
public List<RoleConfig> ConfigReader()
{
List<RoleConfig> list = new List<RoleConfig>();
xmlDocument.Load($"{Path}\\Configuration.xml");
XmlNode root = xmlDocument.DocumentElement;
XmlNode node = root.SelectSingleNode("RoleConfig");
foreach (XmlNode role in node)
{
XmlAttribute pageName = (XmlAttribute)role.Attributes.GetNamedItem("PageName");
XmlAttribute roleIndex = (XmlAttribute)role.Attributes.GetNamedItem("RoleIndex");
int.TryParse(roleIndex.Value, out int index);
list.Add(new RoleConfig()
{
PageName = pageName.Value,
RoleIndex = index,
});
}
return list;
}
}
public class RoleConfig
{
/// <summary>
/// 页面名称
/// </summary>
public string PageName { get; set; }
/// <summary>
/// 规则编号
/// </summary>
public int RoleIndex { get; set; }
}
}

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8" ?>
<root>
<RoleConfig>
<Role PageName = "角色管理" RoleIndex = "0" />
<Role PageName = "用户管理" RoleIndex = "1" />
<Role PageName = "操作日志" RoleIndex = "2" />
<Role PageName = "报警日志" RoleIndex = "3" />
<Role PageName = "监控主界面" RoleIndex = "4" />
</RoleConfig>
</root>

@ -49,6 +49,7 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Business\XmlUtil.cs" />
<Compile Include="MainForm\BaseForm.cs">
<SubType>Form</SubType>
</Compile>
@ -87,12 +88,42 @@
<Compile Include="UserControlPages\SysConfigPages\RoleConfigPage.Designer.cs">
<DependentUpon>RoleConfigPage.cs</DependentUpon>
</Compile>
<Compile Include="UserControlPages\SysConfigPages\TestPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="UserControlPages\SysConfigPages\TestPage.Designer.cs">
<DependentUpon>TestPage.cs</DependentUpon>
</Compile>
<Compile Include="UserControlPages\SysConfigPages\UserRoleUpdateForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="UserControlPages\SysConfigPages\UserRoleUpdateForm.Designer.cs">
<DependentUpon>UserRoleUpdateForm.cs</DependentUpon>
</Compile>
<Compile Include="UserControlPages\SysConfigPages\UserRoleAddForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="UserControlPages\SysConfigPages\UserRoleAddForm.Designer.cs">
<DependentUpon>UserRoleAddForm.cs</DependentUpon>
</Compile>
<Compile Include="UserControlPages\SysConfigPages\UserAddForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="UserControlPages\SysConfigPages\UserAddForm.Designer.cs">
<DependentUpon>UserAddForm.cs</DependentUpon>
</Compile>
<Compile Include="UserControlPages\SysConfigPages\UserConfigPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="UserControlPages\SysConfigPages\UserConfigPage.Designer.cs">
<DependentUpon>UserConfigPage.cs</DependentUpon>
</Compile>
<Compile Include="UserControlPages\SysConfigPages\UserUpDateForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="UserControlPages\SysConfigPages\UserUpDateForm.Designer.cs">
<DependentUpon>UserUpDateForm.cs</DependentUpon>
</Compile>
<EmbeddedResource Include="MainForm\BaseForm.resx">
<DependentUpon>BaseForm.cs</DependentUpon>
</EmbeddedResource>
@ -107,6 +138,7 @@
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<EmbeddedResource Include="UserControlPages\LogPages\AlarmLogPage.resx">
<DependentUpon>AlarmLogPage.cs</DependentUpon>
@ -120,9 +152,24 @@
<EmbeddedResource Include="UserControlPages\SysConfigPages\RoleConfigPage.resx">
<DependentUpon>RoleConfigPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="UserControlPages\SysConfigPages\TestPage.resx">
<DependentUpon>TestPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="UserControlPages\SysConfigPages\UserRoleUpdateForm.resx">
<DependentUpon>UserRoleUpdateForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="UserControlPages\SysConfigPages\UserRoleAddForm.resx">
<DependentUpon>UserRoleAddForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="UserControlPages\SysConfigPages\UserAddForm.resx">
<DependentUpon>UserAddForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="UserControlPages\SysConfigPages\UserConfigPage.resx">
<DependentUpon>UserConfigPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="UserControlPages\SysConfigPages\UserUpDateForm.resx">
<DependentUpon>UserUpDateForm.cs</DependentUpon>
</EmbeddedResource>
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
@ -136,12 +183,25 @@
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup />
<ItemGroup>
<None Include="Static\MesnacLogoHighPixel.png" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\HighWayIot.Log4net\HighWayIot.Log4net.csproj">
<Project>{DEABC30C-EC6F-472E-BD67-D65702FDAF74}</Project>
<Name>HighWayIot.Log4net</Name>
</ProjectReference>
<ProjectReference Include="..\HighWayIot.Repository\HighWayIot.Repository.csproj">
<Project>{D0DC3CFB-6748-4D5E-B56A-76FDC72AB4B3}</Project>
<Name>HighWayIot.Repository</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="Static\海威.ico" />
<Content Include="Configuration.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>

@ -32,18 +32,32 @@ namespace HighWayIot.Winform.MainForm
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BaseForm));
this.MainMenu = new System.Windows.Forms.MenuStrip();
this.SysConfigStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.RoleStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.UserStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.SysQuitStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.RoleStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.LogoutStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.SysQuitStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.LogManageStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.OperateLogStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.AlarmLogStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.MonitorMainPageStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.TestMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.UserControlTabs = new System.Windows.Forms.TabControl();
this.ClosePageButton = new System.Windows.Forms.Button();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.HighWayLogo = new System.Windows.Forms.ToolStripStatusLabel();
this.SplitLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
this.StripLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
this.UserToolStripLabel = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
this.StripLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
this.TimeStripLabel = new System.Windows.Forms.ToolStripStatusLabel();
this.TimeDisplayTimer = new System.Windows.Forms.Timer(this.components);
this.MainMenu.SuspendLayout();
this.statusStrip1.SuspendLayout();
this.SuspendLayout();
//
// MainMenu
@ -51,32 +65,26 @@ namespace HighWayIot.Winform.MainForm
this.MainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.SysConfigStripMenuItem,
this.LogManageStripMenuItem,
this.MonitorMainPageStripMenuItem});
this.MonitorMainPageStripMenuItem,
this.TestMenuItem});
this.MainMenu.Location = new System.Drawing.Point(0, 0);
this.MainMenu.Name = "MainMenu";
this.MainMenu.Padding = new System.Windows.Forms.Padding(5, 1, 0, 1);
this.MainMenu.Size = new System.Drawing.Size(1077, 24);
this.MainMenu.Size = new System.Drawing.Size(1600, 24);
this.MainMenu.TabIndex = 1;
this.MainMenu.Text = "menuStrip1";
//
// SysConfigStripMenuItem
//
this.SysConfigStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.RoleStripMenuItem,
this.UserStripMenuItem,
this.SysQuitStripMenuItem,
this.LogoutStripMenuItem});
this.RoleStripMenuItem,
this.LogoutStripMenuItem,
this.SysQuitStripMenuItem});
this.SysConfigStripMenuItem.Name = "SysConfigStripMenuItem";
this.SysConfigStripMenuItem.Size = new System.Drawing.Size(68, 22);
this.SysConfigStripMenuItem.Text = "系统设置";
//
// RoleStripMenuItem
//
this.RoleStripMenuItem.Name = "RoleStripMenuItem";
this.RoleStripMenuItem.Size = new System.Drawing.Size(124, 22);
this.RoleStripMenuItem.Text = "角色管理";
this.RoleStripMenuItem.Click += new System.EventHandler(this.StripMenuItemClick);
//
// UserStripMenuItem
//
this.UserStripMenuItem.Name = "UserStripMenuItem";
@ -84,12 +92,12 @@ namespace HighWayIot.Winform.MainForm
this.UserStripMenuItem.Text = "用户管理";
this.UserStripMenuItem.Click += new System.EventHandler(this.StripMenuItemClick);
//
// SysQuitStripMenuItem
// RoleStripMenuItem
//
this.SysQuitStripMenuItem.Name = "SysQuitStripMenuItem";
this.SysQuitStripMenuItem.Size = new System.Drawing.Size(124, 22);
this.SysQuitStripMenuItem.Text = "退出系统";
this.SysQuitStripMenuItem.Click += new System.EventHandler(this.SysQuitStripMenuItem_Click);
this.RoleStripMenuItem.Name = "RoleStripMenuItem";
this.RoleStripMenuItem.Size = new System.Drawing.Size(124, 22);
this.RoleStripMenuItem.Text = "角色管理";
this.RoleStripMenuItem.Click += new System.EventHandler(this.StripMenuItemClick);
//
// LogoutStripMenuItem
//
@ -98,6 +106,13 @@ namespace HighWayIot.Winform.MainForm
this.LogoutStripMenuItem.Text = "注销";
this.LogoutStripMenuItem.Click += new System.EventHandler(this.LogoutStripMenuItem_Click);
//
// SysQuitStripMenuItem
//
this.SysQuitStripMenuItem.Name = "SysQuitStripMenuItem";
this.SysQuitStripMenuItem.Size = new System.Drawing.Size(124, 22);
this.SysQuitStripMenuItem.Text = "退出系统";
this.SysQuitStripMenuItem.Click += new System.EventHandler(this.SysQuitStripMenuItem_Click);
//
// LogManageStripMenuItem
//
this.LogManageStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
@ -128,31 +143,123 @@ namespace HighWayIot.Winform.MainForm
this.MonitorMainPageStripMenuItem.Text = "监控主页面";
this.MonitorMainPageStripMenuItem.Click += new System.EventHandler(this.StripMenuItemClick);
//
// TestMenuItem
//
this.TestMenuItem.Name = "TestMenuItem";
this.TestMenuItem.Size = new System.Drawing.Size(68, 22);
this.TestMenuItem.Text = "测试页面";
this.TestMenuItem.Click += new System.EventHandler(this.StripMenuItemClick);
//
// UserControlTabs
//
this.UserControlTabs.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.UserControlTabs.Cursor = System.Windows.Forms.Cursors.Default;
this.UserControlTabs.Location = new System.Drawing.Point(0, 24);
this.UserControlTabs.Margin = new System.Windows.Forms.Padding(0);
this.UserControlTabs.Name = "UserControlTabs";
this.UserControlTabs.SelectedIndex = 0;
this.UserControlTabs.Size = new System.Drawing.Size(1078, 575);
this.UserControlTabs.Size = new System.Drawing.Size(1601, 875);
this.UserControlTabs.TabIndex = 3;
//
// ClosePageButton
//
this.ClosePageButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.ClosePageButton.BackColor = System.Drawing.Color.Red;
this.ClosePageButton.Cursor = System.Windows.Forms.Cursors.Hand;
this.ClosePageButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.ClosePageButton.Location = new System.Drawing.Point(1580, 1);
this.ClosePageButton.Name = "ClosePageButton";
this.ClosePageButton.Size = new System.Drawing.Size(20, 20);
this.ClosePageButton.TabIndex = 4;
this.ClosePageButton.Text = "X";
this.ClosePageButton.UseVisualStyleBackColor = false;
this.ClosePageButton.Click += new System.EventHandler(this.CloseButton_Click);
//
// statusStrip1
//
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.HighWayLogo,
this.SplitLabel1,
this.StripLabel1,
this.UserToolStripLabel,
this.toolStripStatusLabel1,
this.StripLabel2,
this.TimeStripLabel});
this.statusStrip1.Location = new System.Drawing.Point(0, 899);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(1600, 22);
this.statusStrip1.TabIndex = 5;
this.statusStrip1.Text = "statusStrip1";
//
// HighWayLogo
//
this.HighWayLogo.Name = "HighWayLogo";
this.HighWayLogo.Size = new System.Drawing.Size(214, 17);
this.HighWayLogo.Text = "Design by 青岛海威物联科技有限公司";
//
// SplitLabel1
//
this.SplitLabel1.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)));
this.SplitLabel1.Name = "SplitLabel1";
this.SplitLabel1.Size = new System.Drawing.Size(4, 17);
//
// StripLabel1
//
this.StripLabel1.Name = "StripLabel1";
this.StripLabel1.Size = new System.Drawing.Size(80, 17);
this.StripLabel1.Text = "当前登录人:";
//
// UserToolStripLabel
//
this.UserToolStripLabel.Name = "UserToolStripLabel";
this.UserToolStripLabel.Size = new System.Drawing.Size(44, 17);
this.UserToolStripLabel.Text = "admin";
//
// toolStripStatusLabel1
//
this.toolStripStatusLabel1.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)));
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
this.toolStripStatusLabel1.Size = new System.Drawing.Size(1144, 17);
this.toolStripStatusLabel1.Spring = true;
//
// StripLabel2
//
this.StripLabel2.Name = "StripLabel2";
this.StripLabel2.Size = new System.Drawing.Size(68, 17);
this.StripLabel2.Text = "当前时间:";
//
// TimeStripLabel
//
this.TimeStripLabel.Name = "TimeStripLabel";
this.TimeStripLabel.Size = new System.Drawing.Size(31, 17);
this.TimeStripLabel.Text = "N/A";
//
// TimeDisplayTimer
//
this.TimeDisplayTimer.Interval = 1000;
this.TimeDisplayTimer.Tick += new System.EventHandler(this.TimeDisplayTimer_Tick);
//
// BaseForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1077, 599);
this.ClientSize = new System.Drawing.Size(1600, 921);
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.ClosePageButton);
this.Controls.Add(this.UserControlTabs);
this.Controls.Add(this.MainMenu);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MainMenuStrip = this.MainMenu;
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.Name = "BaseForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "大连软控开炼机成型机数据管理系统";
this.MainMenu.ResumeLayout(false);
this.MainMenu.PerformLayout();
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
@ -170,5 +277,16 @@ namespace HighWayIot.Winform.MainForm
private ToolStripMenuItem AlarmLogStripMenuItem;
private ToolStripMenuItem MonitorMainPageStripMenuItem;
private TabControl UserControlTabs;
private Button ClosePageButton;
private StatusStrip statusStrip1;
private ToolStripStatusLabel HighWayLogo;
private ToolStripStatusLabel StripLabel1;
private ToolStripStatusLabel SplitLabel1;
private ToolStripStatusLabel UserToolStripLabel;
private ToolStripStatusLabel toolStripStatusLabel1;
private ToolStripStatusLabel StripLabel2;
private ToolStripStatusLabel TimeStripLabel;
private Timer TimeDisplayTimer;
private ToolStripMenuItem TestMenuItem;
}
}

@ -1,5 +1,6 @@
using HighWayIot.Log4net;
using HighWayIot.Winform.UserControlPages;
using HighWayIot.Winform.UserControlPages.SysConfigPages;
using System;
using System.Collections.Generic;
using System.ComponentModel;
@ -32,7 +33,7 @@ namespace HighWayIot.Winform.MainForm
{
logger.Info("主页面已启动");
UserPanelSwitch(typeof(MonitorMainPage), "监控主页面");
TimeDisplayTimer.Start();
}
/// <summary>
@ -84,6 +85,9 @@ namespace HighWayIot.Winform.MainForm
case "监控主页面":
UserPanelSwitch(typeof(MonitorMainPage), button.Text);
break;
case "测试页面":
UserPanelSwitch(typeof(TestPage), button.Text);
break;
case "":
break;
default:
@ -152,6 +156,7 @@ namespace HighWayIot.Winform.MainForm
newControl.Tag = tag;
UserControls.Add(newControl); // 将新实例添加到列表
TabPage tabPage = new TabPage(tag);
newControl.Parent = tabPage;
newControl.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
newControl.Dock = DockStyle.Fill;
@ -170,5 +175,33 @@ namespace HighWayIot.Winform.MainForm
}
}
}
/// <summary>
/// 关闭当前选择的子窗口按钮
/// </summary>
/// <param name="sender"></param>
/// <param name="e"></param>
private void CloseButton_Click(object sender, EventArgs e)
{
// 删除时判断是否还存在TabPage
if (UserControlTabs.SelectedIndex > -1)
{
string selectedStr = UserControlTabs.SelectedTab.Text;
//使用TabControl控件的TabPages属性的Remove方法移除指定的选项卡
UserControlTabs.TabPages.Remove(UserControlTabs.SelectedTab);
//删除列表里的实例
UserControls.RemoveAll(x => x.Tag.ToString() == selectedStr);
}
}
/// <summary>
/// 走不动道小时钟
/// </summary>
/// <param name="sender"></param>
/// <param name="e"></param>
private void TimeDisplayTimer_Tick(object sender, EventArgs e)
{
TimeStripLabel.Text = DateTime.Now.ToString("yyyy-MM-dd hh:mm:ss");
}
}
}

File diff suppressed because it is too large Load Diff

@ -32,84 +32,124 @@ namespace HighWayIot.Winform.MainForm
/// </summary>
private void InitializeComponent()
{
Login = new Button();
UserText = new TextBox();
PassText = new TextBox();
label1 = new Label();
label2 = new Label();
groupBox1 = new GroupBox();
groupBox1.SuspendLayout();
SuspendLayout();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LoginForm));
this.Login = new System.Windows.Forms.Button();
this.UserText = new System.Windows.Forms.TextBox();
this.PassText = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.label3 = new System.Windows.Forms.Label();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// Login
//
Login.Location = new Point(79, 159);
Login.Name = "Login";
Login.Size = new Size(96, 39);
Login.TabIndex = 0;
Login.Text = "登录";
Login.UseVisualStyleBackColor = true;
Login.Click += Login_Click_1;
this.Login.Location = new System.Drawing.Point(92, 127);
this.Login.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.Login.Name = "Login";
this.Login.Size = new System.Drawing.Size(82, 28);
this.Login.TabIndex = 0;
this.Login.Text = "登录";
this.Login.UseVisualStyleBackColor = true;
this.Login.Click += new System.EventHandler(this.Login_Click);
//
// UserText
//
UserText.Location = new Point(108, 39);
UserText.Name = "UserText";
UserText.Size = new Size(100, 23);
UserText.TabIndex = 1;
UserText.Text = "admin";
this.UserText.Location = new System.Drawing.Point(91, 29);
this.UserText.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.UserText.Name = "UserText";
this.UserText.Size = new System.Drawing.Size(146, 21);
this.UserText.TabIndex = 1;
this.UserText.Text = "admin";
//
// PassText
//
PassText.Location = new Point(108, 100);
PassText.Name = "PassText";
PassText.Size = new Size(100, 23);
PassText.TabIndex = 2;
PassText.Text = "admin";
this.PassText.Location = new System.Drawing.Point(91, 71);
this.PassText.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.PassText.Name = "PassText";
this.PassText.PasswordChar = '●';
this.PassText.Size = new System.Drawing.Size(146, 21);
this.PassText.TabIndex = 2;
//
// label1
//
label1.AutoSize = true;
label1.Location = new Point(42, 42);
label1.Name = "label1";
label1.Size = new Size(56, 17);
label1.TabIndex = 3;
label1.Text = "用户名:";
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(34, 31);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 3;
this.label1.Text = "用户名:";
//
// label2
//
label2.AutoSize = true;
label2.Location = new Point(54, 103);
label2.Name = "label2";
label2.Size = new Size(44, 17);
label2.TabIndex = 4;
label2.Text = "密码:";
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(44, 74);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(41, 12);
this.label2.TabIndex = 4;
this.label2.Text = "密码:";
//
// groupBox1
//
groupBox1.Controls.Add(label2);
groupBox1.Controls.Add(label1);
groupBox1.Controls.Add(PassText);
groupBox1.Controls.Add(UserText);
groupBox1.Controls.Add(Login);
groupBox1.Location = new Point(376, 61);
groupBox1.Name = "groupBox1";
groupBox1.Size = new Size(249, 218);
groupBox1.TabIndex = 5;
groupBox1.TabStop = false;
groupBox1.Text = "用户登录";
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.PassText);
this.groupBox1.Controls.Add(this.UserText);
this.groupBox1.Controls.Add(this.Login);
this.groupBox1.Location = new System.Drawing.Point(283, 82);
this.groupBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.groupBox1.Size = new System.Drawing.Size(273, 173);
this.groupBox1.TabIndex = 5;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "用户登录";
//
// pictureBox1
//
this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.pictureBox1.Image = global::HighWayIot.Winform.Properties.Resources.MesnacLogoHighPixel;
this.pictureBox1.Location = new System.Drawing.Point(50, 27);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(174, 189);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox1.TabIndex = 6;
this.pictureBox1.TabStop = false;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.Location = new System.Drawing.Point(287, 27);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(264, 28);
this.label3.TabIndex = 7;
this.label3.Text = "开炼机成型机数据管理系统";
//
// LoginForm
//
AutoScaleDimensions = new SizeF(7F, 17F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(693, 355);
Controls.Add(groupBox1);
Name = "LoginForm";
Text = "大连软控开炼机成型机数据管理系统 - 登录界面";
groupBox1.ResumeLayout(false);
groupBox1.PerformLayout();
ResumeLayout(false);
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(568, 266);
this.Controls.Add(this.label3);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.groupBox1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.Name = "LoginForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "大连软控开炼机成型机数据管理系统 - 登录界面";
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
@ -120,5 +160,7 @@ namespace HighWayIot.Winform.MainForm
private Label label1;
private Label label2;
private GroupBox groupBox1;
private PictureBox pictureBox1;
private Label label3;
}
}

@ -1,3 +1,6 @@
using HighWayIot.Repository.domain;
using HighWayIot.Repository.service;
using HighWayIot.Repository.service.Impl;
using System;
using System.Collections.Generic;
using System.ComponentModel;
@ -12,6 +15,8 @@ namespace HighWayIot.Winform.MainForm
{
public partial class LoginForm : Form
{
ISysUserInfoService sysUserInfoService = new BaseSysUserInfoServiceImpl();
public LoginForm()
{
InitializeComponent();
@ -22,10 +27,12 @@ namespace HighWayIot.Winform.MainForm
/// </summary>
/// <param name="sender"></param>
/// <param name="e"></param>
private void Login_Click_1(object sender, EventArgs e)
private void Login_Click(object sender, EventArgs e)
{
//验证账号密码,或从数据库验证成功
if (UserText.Text == "admin" && PassText.Text == "admin")
var lists = sysUserInfoService.GetUserInfoByUserName(UserText.Text);
if (lists.Count == 1 && lists.First().Password == PassText.Text)
{
DialogResult = DialogResult.OK;
this.Close();

File diff suppressed because it is too large Load Diff

@ -1,71 +1,73 @@
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
// 运行时版本: 4.0.30319.42000
// 运行时版本:4.0.30319.42000
//
// 对此文件的更改可能导致不正确的行为,如果
// 重新生成代码,则所做更改将丢失。
// 对此文件的更改可能导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </auto-generated>
//------------------------------------------------------------------------------
namespace HighWayIot.Winform.Properties
{
namespace HighWayIot.Winform.Properties {
using System;
/// <summary>
/// 强类型资源类,用于查找本地化字符串等。
/// 一个强类型资源类,用于查找本地化字符串等。
/// </summary>
// 此类是由 StronglyTypedResourceBuilder
// 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。
// 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen
// (以 /str 作为命令选项),或重新生成 VS 项目。
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Resources
{
internal class Resources {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal Resources()
{
internal Resources() {
}
/// <summary>
/// 返回此类使用的缓存 ResourceManager 实例。
/// 返回此类使用的缓存 ResourceManager 实例。
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager
{
get
{
if ((resourceMan == null))
{
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("HighWayIot.Winform.Properties.Resources", typeof(Resources).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// 重写当前线程的 CurrentUICulture 属性,对
/// 使用此强类型资源类的所有资源查找执行重写。
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture
{
get
{
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set
{
set {
resourceCulture = value;
}
}
/// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary>
internal static System.Drawing.Bitmap MesnacLogoHighPixel {
get {
object obj = ResourceManager.GetObject("MesnacLogoHighPixel", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
}
}

@ -46,7 +46,7 @@
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Serialization.Formatters.Binary.BinaryFormatter
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
@ -60,6 +60,7 @@
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
@ -68,9 +69,10 @@
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" />
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
@ -85,9 +87,10 @@
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
@ -109,9 +112,13 @@
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="MesnacLogoHighPixel" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Static\MesnacLogoHighPixel.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
</root>

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

@ -50,7 +50,7 @@ namespace HighWayIot.Winform.UserControlPages
this.RoleDataGridView.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.RoleDataGridView.Name = "RoleDataGridView";
this.RoleDataGridView.RowTemplate.Height = 25;
this.RoleDataGridView.Size = new System.Drawing.Size(883, 497);
this.RoleDataGridView.Size = new System.Drawing.Size(1204, 770);
this.RoleDataGridView.TabIndex = 0;
//
// AddRole
@ -62,6 +62,7 @@ namespace HighWayIot.Winform.UserControlPages
this.AddRole.TabIndex = 1;
this.AddRole.Text = "添加角色";
this.AddRole.UseVisualStyleBackColor = true;
this.AddRole.Click += new System.EventHandler(this.AddRole_Click);
//
// UpdateRole
//
@ -83,6 +84,7 @@ namespace HighWayIot.Winform.UserControlPages
this.DeleteRole.TabIndex = 3;
this.DeleteRole.Text = "删除角色信息";
this.DeleteRole.UseVisualStyleBackColor = true;
this.DeleteRole.Click += new System.EventHandler(this.DeleteRole_Click);
//
// ButtonPanel
//
@ -94,7 +96,7 @@ namespace HighWayIot.Winform.UserControlPages
this.ButtonPanel.Location = new System.Drawing.Point(0, 0);
this.ButtonPanel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.ButtonPanel.Name = "ButtonPanel";
this.ButtonPanel.Size = new System.Drawing.Size(883, 61);
this.ButtonPanel.Size = new System.Drawing.Size(1204, 61);
this.ButtonPanel.TabIndex = 4;
//
// RoleConfigPage
@ -106,7 +108,7 @@ namespace HighWayIot.Winform.UserControlPages
this.Controls.Add(this.RoleDataGridView);
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.Name = "RoleConfigPage";
this.Size = new System.Drawing.Size(883, 562);
this.Size = new System.Drawing.Size(1204, 835);
((System.ComponentModel.ISupportInitialize)(this.RoleDataGridView)).EndInit();
this.ButtonPanel.ResumeLayout(false);
this.ResumeLayout(false);

@ -1,4 +1,6 @@
using System;
using HighWayIot.Repository.domain;
using HighWayIot.Repository.service;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
@ -12,14 +14,38 @@ namespace HighWayIot.Winform.UserControlPages
{
public partial class RoleConfigPage : UserControl
{
ISysUserRoleService roleService;
private List<SysRoleEntity> List = new List<SysRoleEntity>();
public RoleConfigPage()
{
InitializeComponent();
Init();
}
private void Init()
{
RoleDataGridView.AutoGenerateColumns = false;
List = roleService.GetRoleInfos();
RoleDataGridView.DataSource = null;
RoleDataGridView.DataSource = List;
}
private void UpdateRole_Click(object sender, EventArgs e)
{
}
private void AddRole_Click(object sender, EventArgs e)
{
}
private void DeleteRole_Click(object sender, EventArgs e)
{
}
}
}

@ -0,0 +1,60 @@
namespace HighWayIot.Winform.UserControlPages.SysConfigPages
{
partial class TestPage
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.button1 = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// button1
//
this.button1.Location = new System.Drawing.Point(89, 57);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(93, 51);
this.button1.TabIndex = 0;
this.button1.Text = "测试";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// TestPage
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.ControlLight;
this.Controls.Add(this.button1);
this.Name = "TestPage";
this.Size = new System.Drawing.Size(1062, 681);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button button1;
}
}

@ -0,0 +1,34 @@
using HighWayIot.Log4net;
using HighWayIot.Winform.Business;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace HighWayIot.Winform.UserControlPages.SysConfigPages
{
public partial class TestPage : UserControl
{
private static LogHelper logger = LogHelper.Instance;
public TestPage()
{
InitializeComponent();
}
XmlUtil xmlUtil = new XmlUtil();
private void button1_Click(object sender, EventArgs e)
{
var list = xmlUtil.ConfigReader();
foreach (var item in list)
{
Console.WriteLine(item.RoleIndex + item.PageName);
}
}
}
}

@ -0,0 +1,120 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>

@ -0,0 +1,141 @@
namespace HighWayIot.Winform.UserControlPages.SysConfigPages
{
partial class UserAddForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.label1 = new System.Windows.Forms.Label();
this.UserNameTextBox = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.PasswordTextBox = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.UserRoleComboBox = new System.Windows.Forms.ComboBox();
this.ConfrimAddButton = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(70, 62);
this.label1.Name = "label1";
this.label1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.label1.Size = new System.Drawing.Size(0, 12);
this.label1.TabIndex = 0;
//
// UserNameTextBox
//
this.UserNameTextBox.Location = new System.Drawing.Point(100, 30);
this.UserNameTextBox.Name = "UserNameTextBox";
this.UserNameTextBox.Size = new System.Drawing.Size(136, 21);
this.UserNameTextBox.TabIndex = 1;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(41, 34);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 2;
this.label2.Text = "用户名:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(41, 61);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(41, 12);
this.label3.TabIndex = 4;
this.label3.Text = "密码:";
//
// PasswordTextBox
//
this.PasswordTextBox.Location = new System.Drawing.Point(100, 57);
this.PasswordTextBox.Name = "PasswordTextBox";
this.PasswordTextBox.Size = new System.Drawing.Size(136, 21);
this.PasswordTextBox.TabIndex = 3;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(41, 88);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(41, 12);
this.label4.TabIndex = 6;
this.label4.Text = "角色:";
//
// UserRoleComboBox
//
this.UserRoleComboBox.FormattingEnabled = true;
this.UserRoleComboBox.Location = new System.Drawing.Point(100, 84);
this.UserRoleComboBox.Name = "UserRoleComboBox";
this.UserRoleComboBox.Size = new System.Drawing.Size(136, 20);
this.UserRoleComboBox.TabIndex = 7;
//
// ConfrimAddButton
//
this.ConfrimAddButton.Location = new System.Drawing.Point(100, 142);
this.ConfrimAddButton.Name = "ConfrimAddButton";
this.ConfrimAddButton.Size = new System.Drawing.Size(110, 41);
this.ConfrimAddButton.TabIndex = 8;
this.ConfrimAddButton.Text = "确认添加";
this.ConfrimAddButton.UseVisualStyleBackColor = true;
this.ConfrimAddButton.Click += new System.EventHandler(this.ConfrimAddButton_Click);
//
// UserAddForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(319, 227);
this.Controls.Add(this.ConfrimAddButton);
this.Controls.Add(this.UserRoleComboBox);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.PasswordTextBox);
this.Controls.Add(this.label2);
this.Controls.Add(this.UserNameTextBox);
this.Controls.Add(this.label1);
this.Name = "UserAddForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "添加用户";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox UserNameTextBox;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox PasswordTextBox;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.ComboBox UserRoleComboBox;
private System.Windows.Forms.Button ConfrimAddButton;
}
}

@ -0,0 +1,59 @@
using HighWayIot.Repository.domain;
using HighWayIot.Repository.service;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace HighWayIot.Winform.UserControlPages.SysConfigPages
{
public partial class UserAddForm : Form
{
/// <summary>
/// 数据库服务类
/// </summary>
ISysUserInfoService SysUserInfoService;
public UserAddForm(ISysUserInfoService sysUserInfoService)
{
InitializeComponent();
this.SysUserInfoService = sysUserInfoService;
}
/// <summary>
/// 确认添加按钮
/// </summary>
/// <param name="sender"></param>
/// <param name="e"></param>
private void ConfrimAddButton_Click(object sender, EventArgs e)
{
SysUserEntity userEntity = new SysUserEntity()
{
UserName = UserNameTextBox.Text,
Password = PasswordTextBox.Text,
UserRole = UserRoleComboBox.SelectedText
};
var list = SysUserInfoService.GetUserInfoByUserName(UserNameTextBox.Text);
if (list.Count() != 0)
{
MessageBox.Show("不能有相同用户名!", "结果", MessageBoxButtons.OK);
return;
}
if (SysUserInfoService.InsertUserInfo(userEntity))
{
MessageBox.Show("数据添加成功!", "结果", MessageBoxButtons.OK);
}
else
{
MessageBox.Show("数据添加失败!请看日志查询失败原因", "结果", MessageBoxButtons.OK);
}
this.Close();
this.Dispose();
}
}
}

@ -0,0 +1,120 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>

@ -31,28 +31,52 @@ namespace HighWayIot.Winform.UserControlPages
/// </summary>
private void InitializeComponent()
{
this.UserDataGridView = new System.Windows.Forms.DataGridView();
this.UserInfoDataGridView = new System.Windows.Forms.DataGridView();
this.AddUser = new System.Windows.Forms.Button();
this.UpdateUser = new System.Windows.Forms.Button();
this.DeleteUser = new System.Windows.Forms.Button();
this.ButtonPanel = new System.Windows.Forms.Panel();
this.checkBox1 = new System.Windows.Forms.CheckBox();
((System.ComponentModel.ISupportInitialize)(this.UserDataGridView)).BeginInit();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.SelectUser = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.SelectUserName = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.SelectUserRole = new System.Windows.Forms.ComboBox();
this.label3 = new System.Windows.Forms.Label();
this.IsCheckByLoginTime = new System.Windows.Forms.CheckBox();
this.SelectUserLoginBeginTime = new System.Windows.Forms.DateTimePicker();
this.SelectUserLoginEndTime = new System.Windows.Forms.DateTimePicker();
this.label4 = new System.Windows.Forms.Label();
this.Id = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.UserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Password = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.UserRole = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.LastLoginTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
((System.ComponentModel.ISupportInitialize)(this.UserInfoDataGridView)).BeginInit();
this.ButtonPanel.SuspendLayout();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// UserDataGridView
// UserInfoDataGridView
//
this.UserDataGridView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
this.UserInfoDataGridView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.UserDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.UserDataGridView.Location = new System.Drawing.Point(0, 65);
this.UserDataGridView.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.UserDataGridView.Name = "UserDataGridView";
this.UserDataGridView.RowTemplate.Height = 25;
this.UserDataGridView.Size = new System.Drawing.Size(883, 497);
this.UserDataGridView.TabIndex = 0;
this.UserInfoDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.UserInfoDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Id,
this.UserName,
this.Password,
this.UserRole,
this.LastLoginTime});
this.UserInfoDataGridView.Location = new System.Drawing.Point(0, 65);
this.UserInfoDataGridView.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.UserInfoDataGridView.Name = "UserInfoDataGridView";
this.UserInfoDataGridView.ReadOnly = true;
this.UserInfoDataGridView.RowHeadersVisible = false;
this.UserInfoDataGridView.RowTemplate.Height = 25;
this.UserInfoDataGridView.Size = new System.Drawing.Size(1188, 869);
this.UserInfoDataGridView.TabIndex = 0;
//
// AddUser
//
@ -63,6 +87,7 @@ namespace HighWayIot.Winform.UserControlPages
this.AddUser.TabIndex = 1;
this.AddUser.Text = "添加用户";
this.AddUser.UseVisualStyleBackColor = true;
this.AddUser.Click += new System.EventHandler(this.AddUser_Click);
//
// UpdateUser
//
@ -84,30 +109,168 @@ namespace HighWayIot.Winform.UserControlPages
this.DeleteUser.TabIndex = 3;
this.DeleteUser.Text = "删除用户信息";
this.DeleteUser.UseVisualStyleBackColor = true;
this.DeleteUser.Click += new System.EventHandler(this.DeleteUser_Click);
//
// ButtonPanel
//
this.ButtonPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.ButtonPanel.Controls.Add(this.checkBox1);
this.ButtonPanel.Controls.Add(this.groupBox1);
this.ButtonPanel.Controls.Add(this.DeleteUser);
this.ButtonPanel.Controls.Add(this.UpdateUser);
this.ButtonPanel.Controls.Add(this.AddUser);
this.ButtonPanel.Location = new System.Drawing.Point(0, 0);
this.ButtonPanel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.ButtonPanel.Name = "ButtonPanel";
this.ButtonPanel.Size = new System.Drawing.Size(883, 61);
this.ButtonPanel.Size = new System.Drawing.Size(1188, 61);
this.ButtonPanel.TabIndex = 4;
//
// checkBox1
// groupBox1
//
this.checkBox1.AutoSize = true;
this.checkBox1.Location = new System.Drawing.Point(693, 20);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(78, 16);
this.checkBox1.TabIndex = 4;
this.checkBox1.Text = "checkBox1";
this.checkBox1.UseVisualStyleBackColor = true;
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.SelectUserLoginEndTime);
this.groupBox1.Controls.Add(this.SelectUserLoginBeginTime);
this.groupBox1.Controls.Add(this.IsCheckByLoginTime);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.SelectUserRole);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.SelectUserName);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.SelectUser);
this.groupBox1.Location = new System.Drawing.Point(359, 3);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(826, 55);
this.groupBox1.TabIndex = 4;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "条件查询,某项为空则不判断该项";
//
// SelectUser
//
this.SelectUser.Location = new System.Drawing.Point(6, 19);
this.SelectUser.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.SelectUser.Name = "SelectUser";
this.SelectUser.Size = new System.Drawing.Size(67, 28);
this.SelectUser.TabIndex = 4;
this.SelectUser.Text = "查询";
this.SelectUser.UseVisualStyleBackColor = true;
this.SelectUser.Click += new System.EventHandler(this.SelectUser_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(79, 12);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 5;
this.label1.Text = "用户名:";
//
// SelectUserName
//
this.SelectUserName.Location = new System.Drawing.Point(81, 28);
this.SelectUserName.Name = "SelectUserName";
this.SelectUserName.Size = new System.Drawing.Size(100, 21);
this.SelectUserName.TabIndex = 6;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(185, 12);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(41, 12);
this.label2.TabIndex = 7;
this.label2.Text = "角色:";
//
// SelectUserRole
//
this.SelectUserRole.FormattingEnabled = true;
this.SelectUserRole.Location = new System.Drawing.Point(187, 28);
this.SelectUserRole.Name = "SelectUserRole";
this.SelectUserRole.Size = new System.Drawing.Size(100, 20);
this.SelectUserRole.TabIndex = 8;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(291, 12);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 12);
this.label3.TabIndex = 9;
this.label3.Text = "登陆时间:";
//
// IsCheckByLoginTime
//
this.IsCheckByLoginTime.AutoSize = true;
this.IsCheckByLoginTime.Location = new System.Drawing.Point(362, 10);
this.IsCheckByLoginTime.Name = "IsCheckByLoginTime";
this.IsCheckByLoginTime.Size = new System.Drawing.Size(120, 16);
this.IsCheckByLoginTime.TabIndex = 10;
this.IsCheckByLoginTime.Text = "是否根据时间判断";
this.IsCheckByLoginTime.UseVisualStyleBackColor = true;
//
// SelectUserLoginBeginTime
//
this.SelectUserLoginBeginTime.Location = new System.Drawing.Point(293, 28);
this.SelectUserLoginBeginTime.Name = "SelectUserLoginBeginTime";
this.SelectUserLoginBeginTime.Size = new System.Drawing.Size(102, 21);
this.SelectUserLoginBeginTime.TabIndex = 11;
//
// SelectUserLoginEndTime
//
this.SelectUserLoginEndTime.Location = new System.Drawing.Point(424, 28);
this.SelectUserLoginEndTime.Name = "SelectUserLoginEndTime";
this.SelectUserLoginEndTime.Size = new System.Drawing.Size(102, 21);
this.SelectUserLoginEndTime.TabIndex = 12;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(401, 31);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(17, 12);
this.label4.TabIndex = 13;
this.label4.Text = "到";
//
// Id
//
this.Id.DataPropertyName = "Id";
this.Id.HeaderText = "ID";
this.Id.Name = "Id";
this.Id.ReadOnly = true;
this.Id.Width = 50;
//
// UserName
//
this.UserName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.UserName.DataPropertyName = "UserName";
this.UserName.HeaderText = "用户名";
this.UserName.Name = "UserName";
this.UserName.ReadOnly = true;
//
// Password
//
this.Password.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.Password.DataPropertyName = "Password";
this.Password.HeaderText = "用户密码";
this.Password.Name = "Password";
this.Password.ReadOnly = true;
//
// UserRole
//
this.UserRole.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.UserRole.DataPropertyName = "UserRole";
this.UserRole.HeaderText = "用户角色";
this.UserRole.Name = "UserRole";
this.UserRole.ReadOnly = true;
//
// LastLoginTime
//
this.LastLoginTime.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.LastLoginTime.DataPropertyName = "LastLoginTime";
this.LastLoginTime.HeaderText = "上次登录时间";
this.LastLoginTime.Name = "LastLoginTime";
this.LastLoginTime.ReadOnly = true;
//
// UserConfigPage
//
@ -115,24 +278,40 @@ namespace HighWayIot.Winform.UserControlPages
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.ControlLight;
this.Controls.Add(this.ButtonPanel);
this.Controls.Add(this.UserDataGridView);
this.Controls.Add(this.UserInfoDataGridView);
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.Name = "UserConfigPage";
this.Size = new System.Drawing.Size(883, 562);
((System.ComponentModel.ISupportInitialize)(this.UserDataGridView)).EndInit();
this.Size = new System.Drawing.Size(1188, 934);
((System.ComponentModel.ISupportInitialize)(this.UserInfoDataGridView)).EndInit();
this.ButtonPanel.ResumeLayout(false);
this.ButtonPanel.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private DataGridView UserDataGridView;
private DataGridView UserInfoDataGridView;
private Button AddUser;
private Button UpdateUser;
private Button DeleteUser;
private Panel ButtonPanel;
private CheckBox checkBox1;
private GroupBox groupBox1;
private CheckBox IsCheckByLoginTime;
private Label label3;
private ComboBox SelectUserRole;
private Label label2;
private TextBox SelectUserName;
private Label label1;
private Button SelectUser;
private DateTimePicker SelectUserLoginBeginTime;
private Label label4;
private DateTimePicker SelectUserLoginEndTime;
private DataGridViewTextBoxColumn Id;
private DataGridViewTextBoxColumn UserName;
private DataGridViewTextBoxColumn Password;
private DataGridViewTextBoxColumn UserRole;
private DataGridViewTextBoxColumn LastLoginTime;
}
}

@ -1,4 +1,8 @@
using System;
using HighWayIot.Repository.domain;
using HighWayIot.Repository.service;
using HighWayIot.Repository.service.Impl;
using HighWayIot.Winform.UserControlPages.SysConfigPages;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
@ -12,14 +16,68 @@ namespace HighWayIot.Winform.UserControlPages
{
public partial class UserConfigPage : UserControl
{
private ISysUserInfoService SysUserInfoService = new BaseSysUserInfoServiceImpl();
private List<SysUserEntity> List = new List<SysUserEntity>();
public UserConfigPage()
{
InitializeComponent();
Init();
}
private void Init()
{
UserInfoDataGridView.AutoGenerateColumns = false;
List = SysUserInfoService.GetUserInfos();
UserInfoDataGridView.DataSource = null;
UserInfoDataGridView.DataSource = List;
}
private void UpdateUser_Click(object sender, EventArgs e)
{
SysUserEntity entity = new SysUserEntity();
int a = UserInfoDataGridView.CurrentRow.Index;
int.TryParse(UserInfoDataGridView.Rows[a].Cells["Id"].Value.ToString(), out int id);
entity.Id = id;
entity.UserName = UserInfoDataGridView.Rows[a].Cells["UserName"].Value.ToString();
entity.UserRole = UserInfoDataGridView.Rows[a].Cells["UserRole"].Value.ToString();
entity.Password = UserInfoDataGridView.Rows[a].Cells["Password"].Value.ToString();
UserUpDateForm form = new UserUpDateForm(SysUserInfoService, entity);
form.ShowDialog();
List = SysUserInfoService.GetUserInfos();
UserInfoDataGridView.DataSource = null;
UserInfoDataGridView.DataSource = List;
}
private void AddUser_Click(object sender, EventArgs e)
{
UserAddForm form = new UserAddForm(SysUserInfoService);
form.ShowDialog();
List = SysUserInfoService.GetUserInfos();
UserInfoDataGridView.DataSource = null;
UserInfoDataGridView.DataSource = List;
}
private void DeleteUser_Click(object sender, EventArgs e)
{
if(MessageBox.Show("确定要删除所选行的数据?", "确认", MessageBoxButtons.OKCancel) == DialogResult.Cancel)
{
return;
}
int a = UserInfoDataGridView.CurrentRow.Index;
int.TryParse(UserInfoDataGridView.Rows[a].Cells["Id"].Value.ToString(), out a);
SysUserInfoService.DeleteUserInfoById(a);
List = SysUserInfoService.GetUserInfos();
UserInfoDataGridView.DataSource = null;
UserInfoDataGridView.DataSource = List;
}
private void SelectUser_Click(object sender, EventArgs e)
{
List = SysUserInfoService.GetUserInfos(SelectUserName.Text, SelectUserRole.Text, SelectUserLoginBeginTime.Value, SelectUserLoginEndTime.Value, IsCheckByLoginTime.Checked);
UserInfoDataGridView.DataSource = null;
UserInfoDataGridView.DataSource = List;
}
}
}

@ -117,4 +117,19 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<metadata name="Id.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="UserName.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="Password.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="UserRole.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="LastLoginTime.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
</root>

@ -0,0 +1,198 @@
namespace HighWayIot.Winform.UserControlPages.SysConfigPages
{
partial class UserRoleAddForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.label1 = new System.Windows.Forms.Label();
this.UserNameTextBox = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.ConfrimAddButton = new System.Windows.Forms.Button();
this.panel1 = new System.Windows.Forms.Panel();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.panel2 = new System.Windows.Forms.Panel();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.SelectAll = new System.Windows.Forms.Button();
this.SelectNone = new System.Windows.Forms.Button();
this.TableName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.IsUseable = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.panel1.SuspendLayout();
this.groupBox1.SuspendLayout();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(94, 76);
this.label1.Name = "label1";
this.label1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.label1.Size = new System.Drawing.Size(0, 12);
this.label1.TabIndex = 0;
//
// UserNameTextBox
//
this.UserNameTextBox.Location = new System.Drawing.Point(216, 23);
this.UserNameTextBox.Name = "UserNameTextBox";
this.UserNameTextBox.Size = new System.Drawing.Size(136, 21);
this.UserNameTextBox.TabIndex = 1;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(157, 27);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 2;
this.label2.Text = "角色名:";
//
// ConfrimAddButton
//
this.ConfrimAddButton.Location = new System.Drawing.Point(12, 12);
this.ConfrimAddButton.Name = "ConfrimAddButton";
this.ConfrimAddButton.Size = new System.Drawing.Size(110, 41);
this.ConfrimAddButton.TabIndex = 8;
this.ConfrimAddButton.Text = "确认添加";
this.ConfrimAddButton.UseVisualStyleBackColor = true;
this.ConfrimAddButton.Click += new System.EventHandler(this.ConfrimAddButton_Click);
//
// panel1
//
this.panel1.Controls.Add(this.ConfrimAddButton);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.UserNameTextBox);
this.panel1.Controls.Add(this.label1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(398, 66);
this.panel1.TabIndex = 9;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.SelectNone);
this.groupBox1.Controls.Add(this.SelectAll);
this.groupBox1.Controls.Add(this.panel2);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.groupBox1.Location = new System.Drawing.Point(0, 72);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(398, 593);
this.groupBox1.TabIndex = 10;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "权限设置";
//
// panel2
//
this.panel2.Controls.Add(this.dataGridView1);
this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel2.Location = new System.Drawing.Point(3, 49);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(392, 541);
this.panel2.TabIndex = 0;
//
// dataGridView1
//
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.TableName,
this.IsUseable});
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridView1.Location = new System.Drawing.Point(0, 0);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowHeadersVisible = false;
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(392, 541);
this.dataGridView1.TabIndex = 0;
//
// SelectAll
//
this.SelectAll.Location = new System.Drawing.Point(12, 20);
this.SelectAll.Name = "SelectAll";
this.SelectAll.Size = new System.Drawing.Size(52, 23);
this.SelectAll.TabIndex = 1;
this.SelectAll.Text = "全选";
this.SelectAll.UseVisualStyleBackColor = true;
//
// SelectNone
//
this.SelectNone.Location = new System.Drawing.Point(70, 20);
this.SelectNone.Name = "SelectNone";
this.SelectNone.Size = new System.Drawing.Size(52, 23);
this.SelectNone.TabIndex = 2;
this.SelectNone.Text = "全不选";
this.SelectNone.UseVisualStyleBackColor = true;
//
// TableName
//
this.TableName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.TableName.HeaderText = "页面名称";
this.TableName.Name = "TableName";
//
// IsUseable
//
this.IsUseable.HeaderText = "是否有权限";
this.IsUseable.Name = "IsUseable";
this.IsUseable.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.IsUseable.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
this.IsUseable.Width = 90;
//
// UserRoleAddForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(398, 665);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.panel1);
this.Name = "UserRoleAddForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "添加角色";
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox UserNameTextBox;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button ConfrimAddButton;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button SelectNone;
private System.Windows.Forms.Button SelectAll;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.DataGridViewTextBoxColumn TableName;
private System.Windows.Forms.DataGridViewCheckBoxColumn IsUseable;
}
}

@ -0,0 +1,40 @@
using HighWayIot.Repository.domain;
using HighWayIot.Repository.service;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace HighWayIot.Winform.UserControlPages.SysConfigPages
{
public partial class UserRoleAddForm : Form
{
ISysUserInfoService SysUserInfoService;
public UserRoleAddForm(ISysUserInfoService sysUserInfoService)
{
InitializeComponent();
this.SysUserInfoService = sysUserInfoService;
}
/// <summary>
/// 确认添加按钮
/// </summary>
/// <param name="sender"></param>
/// <param name="e"></param>
private void ConfrimAddButton_Click(object sender, EventArgs e)
{
this.Close();
this.Dispose();
}
}
}

@ -0,0 +1,132 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<metadata name="TableName.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="IsUseable.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="TableName.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="IsUseable.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
</root>

@ -0,0 +1,198 @@
namespace HighWayIot.Winform.UserControlPages.SysConfigPages
{
partial class UserRoleUpdateForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.label1 = new System.Windows.Forms.Label();
this.UserNameTextBox = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.ConfrimAddButton = new System.Windows.Forms.Button();
this.panel1 = new System.Windows.Forms.Panel();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.SelectNone = new System.Windows.Forms.Button();
this.SelectAll = new System.Windows.Forms.Button();
this.panel2 = new System.Windows.Forms.Panel();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.TableName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.IsUseable = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.panel1.SuspendLayout();
this.groupBox1.SuspendLayout();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(94, 76);
this.label1.Name = "label1";
this.label1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.label1.Size = new System.Drawing.Size(0, 12);
this.label1.TabIndex = 0;
//
// UserNameTextBox
//
this.UserNameTextBox.Location = new System.Drawing.Point(216, 23);
this.UserNameTextBox.Name = "UserNameTextBox";
this.UserNameTextBox.Size = new System.Drawing.Size(136, 21);
this.UserNameTextBox.TabIndex = 1;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(157, 27);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 2;
this.label2.Text = "角色名:";
//
// ConfrimAddButton
//
this.ConfrimAddButton.Location = new System.Drawing.Point(12, 12);
this.ConfrimAddButton.Name = "ConfrimAddButton";
this.ConfrimAddButton.Size = new System.Drawing.Size(110, 41);
this.ConfrimAddButton.TabIndex = 8;
this.ConfrimAddButton.Text = "确认修改";
this.ConfrimAddButton.UseVisualStyleBackColor = true;
this.ConfrimAddButton.Click += new System.EventHandler(this.ConfrimAddButton_Click);
//
// panel1
//
this.panel1.Controls.Add(this.ConfrimAddButton);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.UserNameTextBox);
this.panel1.Controls.Add(this.label1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(398, 66);
this.panel1.TabIndex = 9;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.SelectNone);
this.groupBox1.Controls.Add(this.SelectAll);
this.groupBox1.Controls.Add(this.panel2);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.groupBox1.Location = new System.Drawing.Point(0, 72);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(398, 593);
this.groupBox1.TabIndex = 10;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "权限设置";
//
// SelectNone
//
this.SelectNone.Location = new System.Drawing.Point(70, 20);
this.SelectNone.Name = "SelectNone";
this.SelectNone.Size = new System.Drawing.Size(52, 23);
this.SelectNone.TabIndex = 2;
this.SelectNone.Text = "全不选";
this.SelectNone.UseVisualStyleBackColor = true;
//
// SelectAll
//
this.SelectAll.Location = new System.Drawing.Point(12, 20);
this.SelectAll.Name = "SelectAll";
this.SelectAll.Size = new System.Drawing.Size(52, 23);
this.SelectAll.TabIndex = 1;
this.SelectAll.Text = "全选";
this.SelectAll.UseVisualStyleBackColor = true;
//
// panel2
//
this.panel2.Controls.Add(this.dataGridView1);
this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel2.Location = new System.Drawing.Point(3, 49);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(392, 541);
this.panel2.TabIndex = 0;
//
// dataGridView1
//
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.TableName,
this.IsUseable});
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridView1.Location = new System.Drawing.Point(0, 0);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowHeadersVisible = false;
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(392, 541);
this.dataGridView1.TabIndex = 0;
//
// TableName
//
this.TableName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.TableName.HeaderText = "页面名称";
this.TableName.Name = "TableName";
//
// IsUseable
//
this.IsUseable.HeaderText = "是否有权限";
this.IsUseable.Name = "IsUseable";
this.IsUseable.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.IsUseable.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
this.IsUseable.Width = 90;
//
// UserRoleUpdateForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(398, 665);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.panel1);
this.Name = "UserRoleUpdateForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "修改角色设置";
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox UserNameTextBox;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button ConfrimAddButton;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button SelectNone;
private System.Windows.Forms.Button SelectAll;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.DataGridViewTextBoxColumn TableName;
private System.Windows.Forms.DataGridViewCheckBoxColumn IsUseable;
}
}

@ -0,0 +1,40 @@
using HighWayIot.Repository.domain;
using HighWayIot.Repository.service;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace HighWayIot.Winform.UserControlPages.SysConfigPages
{
public partial class UserRoleUpdateForm : Form
{
ISysUserInfoService SysUserInfoService;
public UserRoleUpdateForm(ISysUserInfoService sysUserInfoService)
{
InitializeComponent();
this.SysUserInfoService = sysUserInfoService;
}
/// <summary>
/// 确认添加按钮
/// </summary>
/// <param name="sender"></param>
/// <param name="e"></param>
private void ConfrimAddButton_Click(object sender, EventArgs e)
{
this.Close();
this.Dispose();
}
}
}

@ -0,0 +1,132 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<metadata name="TableName.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="IsUseable.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="TableName.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="IsUseable.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
</root>

@ -0,0 +1,141 @@
namespace HighWayIot.Winform.UserControlPages.SysConfigPages
{
partial class UserUpDateForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.ConfrimUpdateButton = new System.Windows.Forms.Button();
this.UserRoleComboBox = new System.Windows.Forms.ComboBox();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.PasswordTextBox = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.UserNameTextBox = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// ConfrimUpdateButton
//
this.ConfrimUpdateButton.Location = new System.Drawing.Point(104, 150);
this.ConfrimUpdateButton.Name = "ConfrimUpdateButton";
this.ConfrimUpdateButton.Size = new System.Drawing.Size(110, 41);
this.ConfrimUpdateButton.TabIndex = 16;
this.ConfrimUpdateButton.Text = "确认更新";
this.ConfrimUpdateButton.UseVisualStyleBackColor = true;
this.ConfrimUpdateButton.Click += new System.EventHandler(this.ConfrimUpdateButton_Click);
//
// UserRoleComboBox
//
this.UserRoleComboBox.FormattingEnabled = true;
this.UserRoleComboBox.Location = new System.Drawing.Point(111, 92);
this.UserRoleComboBox.Name = "UserRoleComboBox";
this.UserRoleComboBox.Size = new System.Drawing.Size(136, 20);
this.UserRoleComboBox.TabIndex = 15;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(52, 96);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(41, 12);
this.label4.TabIndex = 14;
this.label4.Text = "角色:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(52, 69);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(41, 12);
this.label3.TabIndex = 13;
this.label3.Text = "密码:";
//
// PasswordTextBox
//
this.PasswordTextBox.Location = new System.Drawing.Point(111, 65);
this.PasswordTextBox.Name = "PasswordTextBox";
this.PasswordTextBox.Size = new System.Drawing.Size(136, 21);
this.PasswordTextBox.TabIndex = 12;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(52, 42);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 11;
this.label2.Text = "用户名:";
//
// UserNameTextBox
//
this.UserNameTextBox.Location = new System.Drawing.Point(111, 38);
this.UserNameTextBox.Name = "UserNameTextBox";
this.UserNameTextBox.Size = new System.Drawing.Size(136, 21);
this.UserNameTextBox.TabIndex = 10;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(81, 70);
this.label1.Name = "label1";
this.label1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.label1.Size = new System.Drawing.Size(0, 12);
this.label1.TabIndex = 9;
//
// UserUpDateForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(319, 227);
this.Controls.Add(this.ConfrimUpdateButton);
this.Controls.Add(this.UserRoleComboBox);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.PasswordTextBox);
this.Controls.Add(this.label2);
this.Controls.Add(this.UserNameTextBox);
this.Controls.Add(this.label1);
this.Name = "UserUpDateForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "更新用户信息";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button ConfrimUpdateButton;
private System.Windows.Forms.ComboBox UserRoleComboBox;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox PasswordTextBox;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox UserNameTextBox;
private System.Windows.Forms.Label label1;
}
}

@ -0,0 +1,60 @@
using HighWayIot.Repository.domain;
using HighWayIot.Repository.service;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace HighWayIot.Winform.UserControlPages.SysConfigPages
{
public partial class UserUpDateForm : Form
{
ISysUserInfoService _userInfoService;
SysUserEntity _userEntity;
public UserUpDateForm(ISysUserInfoService sysUserInfoService, SysUserEntity userEntity)
{
InitializeComponent();
this._userInfoService = sysUserInfoService;
this._userEntity = userEntity;
PasswordTextBox.Text = _userEntity.Password;
UserNameTextBox.Text = _userEntity.UserName;
for(int i = 0; i < UserRoleComboBox.Items.Count; i++)
{
this.UserRoleComboBox.SelectedIndex = i;
if(this.UserRoleComboBox.Text.Trim() == _userEntity.UserRole)
{
break;
}
}
}
private void ConfrimUpdateButton_Click(object sender, EventArgs e)
{
_userEntity.Password = PasswordTextBox.Text;
_userEntity.UserName = UserNameTextBox.Text;
_userEntity.UserRole = UserRoleComboBox.Text.Trim();
var list = _userInfoService.GetUserInfoByUserName(UserNameTextBox.Text);
if (list.Where(x => x.Id != _userEntity.Id).Count() != 0)
{
MessageBox.Show("不能有相同用户名!", "结果", MessageBoxButtons.OK);
return;
}
if (_userInfoService.UpdateUserInfo(this._userEntity))
{
MessageBox.Show("数据更新成功!", "结果", MessageBoxButtons.OK);
}
else
{
MessageBox.Show("数据更新失败!请看日志查询失败原因", "结果", MessageBoxButtons.OK);
}
this.Close();
this.Dispose();
}
}
}

@ -0,0 +1,120 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8" ?>
<root>
<RoleConfig>
<Role PageName = "角色管理" RoleIndex = "0" />
<Role PageName = "用户管理" RoleIndex = "1" />
<Role PageName = "操作日志" RoleIndex = "2" />
<Role PageName = "报警日志" RoleIndex = "3" />
<Role PageName = "监控主界面" RoleIndex = "4" />
</RoleConfig>
</root>

@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="MySql.Data" publicKeyToken="c5687fc88969c44d" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-8.1.0.0" newVersion="8.1.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Data.SQLite" publicKeyToken="db937bc2d44ff139" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.0.116.0" newVersion="1.0.116.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.1.2" newVersion="4.0.1.2" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>

@ -1,6 +1,14 @@
<?xml version="1.0" encoding="utf-8" ?>
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
</startup>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
</startup>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>

@ -0,0 +1,577 @@
<-------------->
日志时间2024-11-22 08:56:50,129 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-22 08:56:52,079 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-22 08:56:52,127 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-22 09:00:52,389 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-22 09:00:53,755 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-22 09:00:53,797 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-22 09:31:19,638 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-22 09:31:20,765 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-22 09:31:20,813 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-22 09:32:01,733 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-22 09:32:03,601 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-22 09:32:03,636 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-22 09:32:55,124 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-22 09:32:56,210 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-22 09:32:56,242 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-22 09:55:11,278 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-22 09:55:20,193 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-22 09:55:20,253 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-22 09:55:32,088 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-22 09:55:40,841 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-22 09:55:40,873 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-22 09:57:13,164 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-22 09:57:17,589 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-22 09:57:17,659 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-22 09:57:29,367 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-22 09:57:46,367 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-22 09:57:51,781 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-22 09:57:51,805 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-22 09:59:39,693 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-22 09:59:49,312 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-22 09:59:49,343 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-22 10:00:18,598 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-22 10:00:38,712 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-22 10:00:38,746 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-22 10:03:04,146 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-22 10:03:49,702 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-22 10:03:49,731 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-22 10:04:21,098 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-22 10:04:26,657 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-22 10:04:26,683 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-22 10:06:58,276 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-22 10:06:59,273 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-22 10:06:59,319 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-22 10:23:04,719 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-22 10:23:05,641 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-22 10:23:05,689 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-22 10:23:41,932 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-22 10:23:42,957 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-22 10:23:42,992 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-22 10:24:08,909 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-22 10:24:10,605 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-22 10:24:10,637 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-22 10:24:56,456 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-22 10:24:58,201 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-22 10:24:58,234 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-22 10:27:12,047 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-22 10:27:13,473 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-22 10:27:13,506 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-22 10:34:50,517 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-22 10:34:53,252 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-22 10:34:53,287 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-22 10:38:17,472 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-22 10:38:29,603 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-22 10:38:29,638 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-22 10:39:36,099 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-22 10:39:38,784 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-22 10:39:38,796 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-22 10:39:42,188 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-22 10:39:44,580 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-22 10:39:44,593 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-22 10:40:47,804 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-22 10:40:49,230 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-22 10:40:49,271 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-22 10:40:54,285 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-22 10:40:56,885 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-22 10:40:56,898 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-22 10:41:02,114 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-22 10:41:08,247 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-22 10:41:08,258 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-22 10:46:07,504 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-22 10:46:09,238 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-22 10:46:09,269 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-22 13:12:10,674 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-22 13:12:12,118 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-22 13:12:12,166 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-22 13:12:31,737 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-22 14:44:10,634 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-22 15:06:26,372 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-22 15:06:27,828 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-22 15:06:27,868 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-22 15:07:10,835 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-22 15:07:12,180 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-22 15:07:12,223 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-22 15:10:38,297 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-22 15:10:39,451 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-22 15:10:39,497 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-22 15:13:59,723 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-22 15:14:00,995 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-22 15:14:01,038 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-22 15:39:21,566 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-22 15:39:22,993 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-22 15:39:23,039 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-22 15:59:37,996 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-22 15:59:39,427 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-22 15:59:39,461 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-22 16:01:11,333 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-22 16:01:12,511 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-22 16:01:12,544 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-22 16:01:38,042 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-22 16:01:39,150 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-22 16:01:39,199 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-22 16:10:10,525 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-22 16:10:11,770 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-22 16:10:11,819 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-22 16:13:21,025 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-22 16:13:22,218 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-22 16:13:22,262 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-22 16:32:23,132 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-22 16:32:24,736 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-22 16:32:24,773 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-22 16:42:00,645 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-22 16:42:02,593 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-22 16:42:02,625 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-22 16:43:53,534 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-22 16:43:54,605 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-22 16:43:54,639 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-22 17:35:05,713 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-22 17:35:07,131 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-22 17:35:07,164 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-22 17:38:33,472 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-22 17:38:34,706 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-22 17:38:34,742 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-22 17:50:06,092 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-22 17:50:07,265 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-22 17:50:07,309 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-22 18:05:04,892 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-22 18:05:06,146 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-22 18:05:06,184 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-22 18:09:05,140 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-22 18:09:06,239 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-22 18:09:06,286 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-22 18:10:41,592 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-22 18:10:42,946 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-22 18:10:42,986 [1]
日志级别INFO
日志内容:主页面已启动

@ -0,0 +1,338 @@
<-------------->
日志时间2024-11-22 15:59:56,268 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-22 16:01:19,285 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-22 16:01:42,799 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-22 16:10:16,766 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-22 16:11:50,041 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-22 16:13:23,824 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-22 16:32:28,169 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-22 16:42:04,541 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-22 16:42:06,018 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-22 16:42:06,934 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-22 16:42:08,988 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-22 16:42:09,185 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-22 16:42:11,173 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-22 16:42:13,977 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-22 16:42:16,375 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-22 16:43:58,057 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-22 16:45:35,282 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-22 16:45:35,863 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-22 16:45:36,023 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-22 16:45:37,911 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-22 16:45:41,107 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-22 16:46:37,038 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-22 16:46:42,856 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-22 16:46:48,147 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-22 16:46:49,621 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-22 16:46:52,561 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-22 16:46:55,804 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-22 16:46:59,169 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-22 17:35:10,917 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-22 17:38:36,397 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-22 17:38:44,790 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-22 17:38:45,327 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-22 17:38:45,504 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-22 17:38:45,669 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-22 17:50:09,793 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-22 17:50:18,057 [1]
日志级别INFO
日志内容INSERT INTO [sys_user]
([user_name],[user_role],[password],[last_login_time],[is_deleted])
VALUES
(@user_name,@user_role,@password,@last_login_time,@is_deleted) ;;参数:[{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@user_name","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"123","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@user_role","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@password","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"123456","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":6,"Direction":0,"IsNullable":false,"ParameterName":"@last_login_time","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":null,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@is_deleted","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-22 17:50:23,467 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-22 18:05:08,147 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-22 18:06:59,502 [1]
日志级别INFO
日志内容DELETE FROM [sys_user] WHERE [id] IN (2) ;参数:[]
<-------------->
日志时间2024-11-22 18:06:59,518 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-22 18:07:02,961 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-22 18:07:03,175 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-22 18:07:07,688 [1]
日志级别INFO
日志内容INSERT INTO [sys_user]
([user_name],[user_role],[password],[last_login_time],[is_deleted])
VALUES
(@user_name,@user_role,@password,@last_login_time,@is_deleted) ;;参数:[{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@user_name","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"12","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@user_role","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@password","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"123","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":6,"Direction":0,"IsNullable":false,"ParameterName":"@last_login_time","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":null,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@is_deleted","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-22 18:07:11,070 [1]
日志级别INFO
日志内容INSERT INTO [sys_user]
([user_name],[user_role],[password],[last_login_time],[is_deleted])
VALUES
(@user_name,@user_role,@password,@last_login_time,@is_deleted) ;;参数:[{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@user_name","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"12","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@user_role","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@password","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"123","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":6,"Direction":0,"IsNullable":false,"ParameterName":"@last_login_time","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":null,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@is_deleted","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-22 18:07:12,716 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-22 18:07:19,487 [1]
日志级别INFO
日志内容DELETE FROM [sys_user] WHERE [id] IN (4) ;参数:[]
<-------------->
日志时间2024-11-22 18:07:19,504 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-22 18:07:21,106 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-22 18:07:21,282 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-22 18:07:21,421 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-22 18:07:23,554 [1]
日志级别INFO
日志内容DELETE FROM [sys_user] WHERE [id] IN (3) ;参数:[]
<-------------->
日志时间2024-11-22 18:07:23,569 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-22 18:07:24,401 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-22 18:07:28,157 [1]
日志级别INFO
日志内容INSERT INTO [sys_user]
([user_name],[user_role],[password],[last_login_time],[is_deleted])
VALUES
(@user_name,@user_role,@password,@last_login_time,@is_deleted) ;;参数:[{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@user_name","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"1231231","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@user_role","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@password","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"131312","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":6,"Direction":0,"IsNullable":false,"ParameterName":"@last_login_time","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":null,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@is_deleted","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-22 18:07:32,596 [1]
日志级别INFO
日志内容INSERT INTO [sys_user]
([user_name],[user_role],[password],[last_login_time],[is_deleted])
VALUES
(@user_name,@user_role,@password,@last_login_time,@is_deleted) ;;参数:[{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@user_name","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"1231231","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@user_role","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@password","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"131321314154363","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":6,"Direction":0,"IsNullable":false,"ParameterName":"@last_login_time","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":null,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@is_deleted","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-22 18:07:34,413 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-22 18:07:35,323 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-22 18:07:35,622 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-22 18:07:35,785 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-22 18:07:35,936 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-22 18:07:36,097 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-22 18:07:36,248 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-22 18:07:36,404 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-22 18:07:40,299 [1]
日志级别INFO
日志内容DELETE FROM [sys_user] WHERE [id] IN (6) ;参数:[]
<-------------->
日志时间2024-11-22 18:07:40,318 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-22 18:07:42,068 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-22 18:07:44,178 [1]
日志级别INFO
日志内容DELETE FROM [sys_user] WHERE [id] IN (5) ;参数:[]
<-------------->
日志时间2024-11-22 18:07:44,186 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-22 18:07:45,371 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-22 18:07:45,529 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-22 18:07:45,670 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-22 18:09:08,668 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-22 18:09:17,965 [1]
日志级别INFO
日志内容INSERT INTO [sys_user]
([user_name],[user_role],[password],[last_login_time],[is_deleted])
VALUES
(@user_name,@user_role,@password,@last_login_time,@is_deleted) ;;参数:[{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@user_name","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"21442","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@user_role","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@password","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"321313","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":6,"Direction":0,"IsNullable":false,"ParameterName":"@last_login_time","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":null,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@is_deleted","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-22 18:09:19,415 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-22 18:09:24,100 [1]
日志级别INFO
日志内容DELETE FROM [sys_user] WHERE [id] IN (7) ;参数:[]
<-------------->
日志时间2024-11-22 18:09:24,121 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-22 18:10:46,355 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-22 18:10:50,024 [1]
日志级别INFO
日志内容INSERT INTO [sys_user]
([user_name],[user_role],[password],[last_login_time],[is_deleted])
VALUES
(@user_name,@user_role,@password,@last_login_time,@is_deleted) ;;参数:[{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@user_name","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"12313","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@user_role","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@password","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"1421","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":6,"Direction":0,"IsNullable":false,"ParameterName":"@last_login_time","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":null,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@is_deleted","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-22 18:10:55,250 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]

@ -0,0 +1,11 @@
<HR COLOR=red>
异常时间2024-11-25 10:29:17,277 [1] <BR>
异常级别ERROR <BR>
异 常 类logerror [(null)] <BR>
【附加信息】 : 用户信息删除异常<br>【异常类型】SqlSugarException <br>【异常信息】Queryable.In(params object[] pkValues): Only one primary key <br>【堆栈调用】: 在 SqlSugar.Check.Exception(Boolean isException, String message, String[] args)<br> 在 SqlSugar.QueryableProvider`1.In[TParamter](TParamter[] pkValues)<br> 在 SqlSugar.QueryableProvider`1.InSingle(Object pkValue)<br> 在 System.Dynamic.UpdateDelegates.UpdateAndExecute2[T0,T1,TRet](CallSite site, T0 arg0, T1 arg1)<br> 在 SqlSugar.SimpleClient`1.GetById(Object id)<br> 在 HighWayIot.Repository.service.Impl.BaseSysUserInfoServiceImpl.DeleteUserInfoById(Int32 id) <strong style="color:red">位置</strong> D:\WorkCode\DLML-SCADA\HighWayIot.Repository\service\Impl\BaseSysUserInfoServiceImpl.cs:行号 77 <BR>
<HR Size=1><HR COLOR=red>
异常时间2024-11-25 10:29:25,464 [1] <BR>
异常级别ERROR <BR>
异 常 类logerror [(null)] <BR>
【附加信息】 : 用户信息删除异常<br>【异常类型】SqlSugarException <br>【异常信息】Queryable.In(params object[] pkValues): Only one primary key <br>【堆栈调用】: 在 SqlSugar.Check.Exception(Boolean isException, String message, String[] args)<br> 在 SqlSugar.QueryableProvider`1.In[TParamter](TParamter[] pkValues)<br> 在 SqlSugar.QueryableProvider`1.InSingle(Object pkValue)<br> 在 SqlSugar.SimpleClient`1.GetById(Object id)<br> 在 HighWayIot.Repository.service.Impl.BaseSysUserInfoServiceImpl.DeleteUserInfoById(Int32 id) <strong style="color:red">位置</strong> D:\WorkCode\DLML-SCADA\HighWayIot.Repository\service\Impl\BaseSysUserInfoServiceImpl.cs:行号 77 <BR>
<HR Size=1>

@ -0,0 +1,341 @@
<-------------->
日志时间2024-11-25 08:32:56,686 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-25 08:32:58,070 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-25 08:32:58,163 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-25 08:34:39,694 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-25 08:34:41,890 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-25 08:34:41,930 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-25 09:09:28,491 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-25 09:09:30,015 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-25 09:09:30,050 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-25 09:10:06,929 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-25 09:10:08,453 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-25 09:10:08,493 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-25 09:10:48,138 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-25 09:10:49,313 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-25 09:10:49,351 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-25 09:12:17,684 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-25 09:12:19,309 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-25 09:12:19,343 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-25 09:33:38,908 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-25 09:33:42,932 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-25 09:33:42,964 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-25 09:38:05,981 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-25 09:38:07,343 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-25 09:38:07,378 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-25 09:38:36,740 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-25 09:38:37,790 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-25 09:38:37,831 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-25 10:29:06,131 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-25 10:29:08,176 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-25 10:29:08,220 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-25 10:30:34,773 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-25 10:30:36,179 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-25 10:30:36,228 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-25 10:33:53,877 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-25 10:33:55,406 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-25 10:33:55,452 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-25 10:34:44,498 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-25 10:34:46,079 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-25 10:34:46,123 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-25 10:39:45,395 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-25 10:46:46,864 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-25 10:46:50,135 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-25 10:46:50,178 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-25 10:54:24,952 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-25 10:54:26,346 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-25 10:54:26,393 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-25 11:01:42,525 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-25 11:01:43,697 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-25 11:01:43,819 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-25 11:04:23,344 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-25 11:04:27,413 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-25 11:04:27,458 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-25 11:04:31,938 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-25 11:04:37,399 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-25 11:04:37,416 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-25 11:05:05,690 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-25 11:05:10,876 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-25 11:05:10,923 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-25 11:05:21,405 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-25 11:05:23,326 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-25 11:05:23,335 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-25 11:05:25,813 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-25 11:05:34,559 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-25 11:05:34,574 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-25 13:40:29,984 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-25 13:40:46,296 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-25 13:40:46,338 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-25 13:44:31,794 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-25 13:44:35,645 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-25 13:44:35,690 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-25 14:19:38,532 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-25 14:19:41,769 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-25 14:19:41,824 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-25 14:20:25,800 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-25 14:20:28,951 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-25 14:20:28,999 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-25 14:21:41,457 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-25 14:21:48,176 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-25 14:21:48,216 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-25 14:22:41,936 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-25 14:22:45,599 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-25 14:22:45,647 [1]
日志级别INFO
日志内容:主页面已启动
<-------------->
日志时间2024-11-25 14:23:24,155 [1]
日志级别INFO
日志内容:程序初始化成功
<-------------->
日志时间2024-11-25 14:23:31,188 [1]
日志级别INFO
日志内容:登陆成功
<-------------->
日志时间2024-11-25 14:23:31,237 [1]
日志级别INFO
日志内容:主页面已启动

@ -0,0 +1,639 @@
<-------------->
日志时间2024-11-25 08:33:01,022 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-25 08:33:11,185 [1]
日志级别INFO
日志内容INSERT INTO [sys_user]
([user_name],[user_role],[password],[last_login_time],[is_deleted])
VALUES
(@user_name,@user_role,@password,@last_login_time,@is_deleted) ;;参数:[{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@user_name","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"qwe","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@user_role","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@password","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"qweww","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":6,"Direction":0,"IsNullable":false,"ParameterName":"@last_login_time","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":null,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@is_deleted","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 08:33:12,664 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-25 08:33:34,991 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-25 08:34:44,096 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-25 08:34:49,916 [1]
日志级别INFO
日志内容DELETE FROM [sys_user] WHERE [id] IN (9) ;参数:[]
<-------------->
日志时间2024-11-25 08:34:49,930 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-25 08:35:00,834 [1]
日志级别INFO
日志内容INSERT INTO [sys_user]
([user_name],[user_role],[password],[last_login_time],[is_deleted])
VALUES
(@user_name,@user_role,@password,@last_login_time,@is_deleted) ;;参数:[{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@user_name","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"123","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@user_role","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@password","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"456","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":6,"Direction":0,"IsNullable":false,"ParameterName":"@last_login_time","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":null,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@is_deleted","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 08:35:02,243 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-25 08:36:26,347 [1]
日志级别INFO
日志内容INSERT INTO [sys_user]
([user_name],[user_role],[password],[last_login_time],[is_deleted])
VALUES
(@user_name,@user_role,@password,@last_login_time,@is_deleted) ;;参数:[{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@user_name","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"wsr","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@user_role","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@password","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"123456","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":6,"Direction":0,"IsNullable":false,"ParameterName":"@last_login_time","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":null,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@is_deleted","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 08:36:28,107 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-25 08:36:30,180 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-25 08:36:30,716 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-25 09:09:36,850 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-25 09:09:44,706 [1]
日志级别INFO
日志内容UPDATE [sys_user] SET
[user_name]=@user_name,[user_role]=@user_role,[password]=@password,[last_login_time]=@last_login_time,[is_deleted]=@is_deleted WHERE [id]=@id参数[{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":11,"Direction":0,"IsNullable":false,"ParameterName":"@id","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":10,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@user_name","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"777","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@user_role","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@password","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"456","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":6,"Direction":0,"IsNullable":false,"ParameterName":"@last_login_time","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":null,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@is_deleted","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 09:09:45,749 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-25 09:10:10,897 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-25 09:10:53,416 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-25 09:11:01,018 [1]
日志级别INFO
日志内容UPDATE [sys_user] SET
[user_name]=@user_name,[user_role]=@user_role,[password]=@password,[last_login_time]=@last_login_time,[is_deleted]=@is_deleted WHERE [id]=@id参数[{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":11,"Direction":0,"IsNullable":false,"ParameterName":"@id","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":8,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@user_name","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"12445666666","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@user_role","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@password","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"1421","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":6,"Direction":0,"IsNullable":false,"ParameterName":"@last_login_time","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":null,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@is_deleted","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 09:11:02,278 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-25 09:11:09,410 [1]
日志级别INFO
日志内容UPDATE [sys_user] SET
[user_name]=@user_name,[user_role]=@user_role,[password]=@password,[last_login_time]=@last_login_time,[is_deleted]=@is_deleted WHERE [id]=@id参数[{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":11,"Direction":0,"IsNullable":false,"ParameterName":"@id","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":11,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@user_name","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"wsrdsb","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@user_role","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@password","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"123456","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":6,"Direction":0,"IsNullable":false,"ParameterName":"@last_login_time","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":null,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@is_deleted","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 09:11:10,724 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-25 09:11:17,825 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-25 09:11:18,332 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-25 09:11:18,530 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-25 09:11:18,730 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-25 09:11:18,933 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-25 09:11:19,127 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-25 09:11:19,307 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-25 09:12:25,406 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-25 09:12:31,636 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-25 09:12:36,315 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-25 09:12:39,229 [1]
日志级别INFO
日志内容UPDATE [sys_user] SET
[user_name]=@user_name,[user_role]=@user_role,[password]=@password,[last_login_time]=@last_login_time,[is_deleted]=@is_deleted WHERE [id]=@id参数[{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":11,"Direction":0,"IsNullable":false,"ParameterName":"@id","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":1,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@user_name","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"admin","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@user_role","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@password","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"123456","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":6,"Direction":0,"IsNullable":false,"ParameterName":"@last_login_time","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":null,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@is_deleted","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 09:12:41,811 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-25 09:12:46,862 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-25 09:13:29,380 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-25 09:13:58,898 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-25 09:14:00,702 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-25 09:14:02,295 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-25 09:35:17,431 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-25 09:35:28,272 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-25 09:35:30,339 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-25 09:35:31,934 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-25 09:38:09,347 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-25 09:38:11,279 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-25 09:38:12,815 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-25 09:38:16,142 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-25 09:38:43,405 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] ;参数:[]
<-------------->
日志时间2024-11-25 10:29:08,041 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE ( [is_deleted] = @IsDeleted0 );参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 10:29:10,069 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE ( [is_deleted] = @IsDeleted0 );参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 10:29:13,724 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE ( [is_deleted] = @IsDeleted0 );参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 10:29:17,292 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE ( [is_deleted] = @IsDeleted0 );参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 10:29:25,467 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE ( [is_deleted] = @IsDeleted0 );参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 10:30:36,040 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE ( [is_deleted] = @IsDeleted0 );参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 10:30:37,708 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE ( [is_deleted] = @IsDeleted0 );参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 10:30:42,708 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE [id] = @InPara0 ;参数:[{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":11,"Direction":0,"IsNullable":false,"ParameterName":"@InPara0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":11,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 10:30:44,083 [1]
日志级别INFO
日志内容UPDATE [sys_user] SET
[user_name]=@user_name,[user_role]=@user_role,[password]=@password,[last_login_time]=@last_login_time,[is_deleted]=@is_deleted WHERE [id]=@id参数[{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":11,"Direction":0,"IsNullable":false,"ParameterName":"@id","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":11,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@user_name","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"wsrdsb","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@user_role","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@password","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"123456","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":6,"Direction":0,"IsNullable":false,"ParameterName":"@last_login_time","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":null,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@is_deleted","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":true,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 10:30:50,160 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE ( [is_deleted] = @IsDeleted0 );参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 10:31:02,511 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE ( [is_deleted] = @IsDeleted0 );参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 10:31:09,954 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE ( [is_deleted] = @IsDeleted0 );参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 10:31:11,832 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE ( [is_deleted] = @IsDeleted0 );参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 10:31:12,722 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE ( [is_deleted] = @IsDeleted0 );参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 10:31:13,595 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE ( [is_deleted] = @IsDeleted0 );参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 10:31:15,163 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE ( [is_deleted] = @IsDeleted0 );参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 10:33:55,278 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE ( [is_deleted] = @IsDeleted0 );参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 10:33:59,324 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE ( [is_deleted] = @IsDeleted0 );参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 10:34:17,855 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE ( [is_deleted] = @IsDeleted0 );参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 10:34:45,943 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE ( [is_deleted] = @IsDeleted0 );参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 10:34:49,678 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE ( [is_deleted] = @IsDeleted0 );参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 10:34:54,129 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE ( [is_deleted] = @IsDeleted0 );参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 10:35:02,189 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE ( [is_deleted] = @IsDeleted0 );参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 10:35:05,222 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE ( [is_deleted] = @IsDeleted0 );参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 10:35:05,262 [1]
日志级别INFO
日志内容INSERT INTO [sys_user]
([user_name],[user_role],[password],[last_login_time],[is_deleted])
VALUES
(@user_name,@user_role,@password,@last_login_time,@is_deleted) ;;参数:[{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@user_name","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"ad2314","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@user_role","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@password","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"122345","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":6,"Direction":0,"IsNullable":false,"ParameterName":"@last_login_time","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":null,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@is_deleted","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 10:35:06,190 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE ( [is_deleted] = @IsDeleted0 );参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 10:46:50,027 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE ( [is_deleted] = @IsDeleted0 );参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 10:46:52,352 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE ( [is_deleted] = @IsDeleted0 );参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 10:47:03,777 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE ( [user_name] = @UserName0 );参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@UserName0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"wsrdsb","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 10:47:03,809 [1]
日志级别INFO
日志内容INSERT INTO [sys_user]
([user_name],[user_role],[password],[last_login_time],[is_deleted])
VALUES
(@user_name,@user_role,@password,@last_login_time,@is_deleted) ;;参数:[{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@user_name","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"wsrdsb","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@user_role","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@password","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"12341","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":6,"Direction":0,"IsNullable":false,"ParameterName":"@last_login_time","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":null,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@is_deleted","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 10:47:04,585 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE ( [is_deleted] = @IsDeleted0 );参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 10:47:12,844 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE ( [user_name] = @UserName0 );参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@UserName0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"wsr","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 10:47:12,852 [1]
日志级别INFO
日志内容INSERT INTO [sys_user]
([user_name],[user_role],[password],[last_login_time],[is_deleted])
VALUES
(@user_name,@user_role,@password,@last_login_time,@is_deleted) ;;参数:[{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@user_name","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"wsr","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@user_role","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@password","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"123","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":6,"Direction":0,"IsNullable":false,"ParameterName":"@last_login_time","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":null,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@is_deleted","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 10:47:13,524 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE ( [is_deleted] = @IsDeleted0 );参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 10:47:22,439 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE ( [user_name] = @UserName0 );参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@UserName0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"wsrdsb","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 10:47:28,212 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE ( [is_deleted] = @IsDeleted0 );参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 10:47:31,267 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE ( [user_name] = @UserName0 );参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@UserName0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"wsrdsb","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 10:47:34,250 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE ( [is_deleted] = @IsDeleted0 );参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 10:54:26,211 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE ( [is_deleted] = @IsDeleted0 );参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 10:57:39,998 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE ( [is_deleted] = @IsDeleted0 );参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 10:57:49,218 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE ( [user_name] = @UserName0 );参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@UserName0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"admin","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 10:57:49,242 [1]
日志级别INFO
日志内容UPDATE [sys_user] SET
[user_name]=@user_name,[user_role]=@user_role,[password]=@password,[last_login_time]=@last_login_time,[is_deleted]=@is_deleted WHERE [id]=@id参数[{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":11,"Direction":0,"IsNullable":false,"ParameterName":"@id","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":1,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@user_name","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"admin","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@user_role","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@password","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"123456","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":6,"Direction":0,"IsNullable":false,"ParameterName":"@last_login_time","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":null,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@is_deleted","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 10:57:50,029 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE ( [is_deleted] = @IsDeleted0 );参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 10:57:54,760 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE ( [is_deleted] = @IsDeleted0 );参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 10:58:01,282 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE ( [user_name] = @UserName0 );参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@UserName0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"ad2314","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 10:58:01,289 [1]
日志级别INFO
日志内容UPDATE [sys_user] SET
[user_name]=@user_name,[user_role]=@user_role,[password]=@password,[last_login_time]=@last_login_time,[is_deleted]=@is_deleted WHERE [id]=@id参数[{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":11,"Direction":0,"IsNullable":false,"ParameterName":"@id","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":12,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@user_name","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"ad2314","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@user_role","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@password","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"1456789044444444","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":6,"Direction":0,"IsNullable":false,"ParameterName":"@last_login_time","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":null,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@is_deleted","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 10:58:01,919 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE ( [is_deleted] = @IsDeleted0 );参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 10:58:07,963 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE ( [is_deleted] = @IsDeleted0 );参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 10:58:12,201 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE ( [user_name] = @UserName0 );参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@UserName0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"ad231422222222222","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 10:58:12,214 [1]
日志级别INFO
日志内容UPDATE [sys_user] SET
[user_name]=@user_name,[user_role]=@user_role,[password]=@password,[last_login_time]=@last_login_time,[is_deleted]=@is_deleted WHERE [id]=@id参数[{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":11,"Direction":0,"IsNullable":false,"ParameterName":"@id","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":12,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@user_name","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"ad231422222222222","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@user_role","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@password","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"1456789044444444","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":6,"Direction":0,"IsNullable":false,"ParameterName":"@last_login_time","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":null,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@is_deleted","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 10:58:12,873 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE ( [is_deleted] = @IsDeleted0 );参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 10:58:16,631 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE ( [is_deleted] = @IsDeleted0 );参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 10:58:16,829 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE ( [is_deleted] = @IsDeleted0 );参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 10:58:17,020 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE ( [is_deleted] = @IsDeleted0 );参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 10:58:17,207 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE ( [is_deleted] = @IsDeleted0 );参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 10:58:17,408 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE ( [is_deleted] = @IsDeleted0 );参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 10:58:21,974 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE [id] = @InPara0 ;参数:[{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":11,"Direction":0,"IsNullable":false,"ParameterName":"@InPara0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":13,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 10:58:21,985 [1]
日志级别INFO
日志内容UPDATE [sys_user] SET
[user_name]=@user_name,[user_role]=@user_role,[password]=@password,[last_login_time]=@last_login_time,[is_deleted]=@is_deleted WHERE [id]=@id参数[{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":11,"Direction":0,"IsNullable":false,"ParameterName":"@id","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":13,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@user_name","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"wsrdsb","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@user_role","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@password","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"12341","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":6,"Direction":0,"IsNullable":false,"ParameterName":"@last_login_time","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":null,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@is_deleted","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":true,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 10:58:21,992 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE ( [is_deleted] = @IsDeleted0 );参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 10:58:23,512 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE ( [is_deleted] = @IsDeleted0 );参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 10:58:23,671 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE ( [is_deleted] = @IsDeleted0 );参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 10:58:23,832 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE ( [is_deleted] = @IsDeleted0 );参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 10:58:24,005 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE ( [is_deleted] = @IsDeleted0 );参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 10:58:24,242 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE ( [is_deleted] = @IsDeleted0 );参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 11:01:43,555 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE (( [user_name] = @UserName0 ) AND ( [is_deleted] = @IsDeleted1 ));参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@UserName0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"admin","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted1","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 11:01:46,754 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE ( [is_deleted] = @IsDeleted0 );参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 11:01:54,976 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE (( [user_name] = @UserName0 ) AND ( [is_deleted] = @IsDeleted1 ));参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@UserName0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"wsrtest","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted1","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 11:01:55,002 [1]
日志级别INFO
日志内容INSERT INTO [sys_user]
([user_name],[user_role],[password],[last_login_time],[is_deleted])
VALUES
(@user_name,@user_role,@password,@last_login_time,@is_deleted) ;;参数:[{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@user_name","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"wsrtest","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@user_role","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@password","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"123456","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":6,"Direction":0,"IsNullable":false,"ParameterName":"@last_login_time","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":null,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@is_deleted","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 11:01:55,889 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE ( [is_deleted] = @IsDeleted0 );参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 11:02:21,517 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE (( [user_name] = @UserName0 ) AND ( [is_deleted] = @IsDeleted1 ));参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@UserName0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"wsrdsb","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted1","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 11:02:21,526 [1]
日志级别INFO
日志内容INSERT INTO [sys_user]
([user_name],[user_role],[password],[last_login_time],[is_deleted])
VALUES
(@user_name,@user_role,@password,@last_login_time,@is_deleted) ;;参数:[{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@user_name","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"wsrdsb","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@user_role","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@password","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"2134","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":6,"Direction":0,"IsNullable":false,"ParameterName":"@last_login_time","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":null,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@is_deleted","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 11:02:22,446 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE ( [is_deleted] = @IsDeleted0 );参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 11:02:30,547 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE (( [user_name] = @UserName0 ) AND ( [is_deleted] = @IsDeleted1 ));参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@UserName0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"wsrdsb","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted1","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 11:02:32,774 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE ( [is_deleted] = @IsDeleted0 );参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 11:02:40,251 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE (( [user_name] = @UserName0 ) AND ( [is_deleted] = @IsDeleted1 ));参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@UserName0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"wsrdsb","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted1","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 11:02:41,491 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE ( [is_deleted] = @IsDeleted0 );参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 11:02:43,384 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE ( [is_deleted] = @IsDeleted0 );参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 11:02:43,768 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE ( [is_deleted] = @IsDeleted0 );参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 11:02:43,942 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE ( [is_deleted] = @IsDeleted0 );参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 11:02:44,101 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE ( [is_deleted] = @IsDeleted0 );参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 11:04:27,308 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE (( [user_name] = @UserName0 ) AND ( [is_deleted] = @IsDeleted1 ));参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@UserName0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"admin","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted1","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 11:04:37,308 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE (( [user_name] = @UserName0 ) AND ( [is_deleted] = @IsDeleted1 ));参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@UserName0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"wsr","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted1","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 11:05:10,767 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE (( [user_name] = @UserName0 ) AND ( [is_deleted] = @IsDeleted1 ));参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@UserName0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"admin","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted1","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 11:05:13,448 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE ( [is_deleted] = @IsDeleted0 );参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 11:05:18,139 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE (( [user_name] = @UserName0 ) AND ( [is_deleted] = @IsDeleted1 ));参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@UserName0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"admin","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted1","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 11:05:18,168 [1]
日志级别INFO
日志内容UPDATE [sys_user] SET
[user_name]=@user_name,[user_role]=@user_role,[password]=@password,[last_login_time]=@last_login_time,[is_deleted]=@is_deleted WHERE [id]=@id参数[{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":11,"Direction":0,"IsNullable":false,"ParameterName":"@id","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":1,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@user_name","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"admin","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@user_role","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@password","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"123","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":6,"Direction":0,"IsNullable":false,"ParameterName":"@last_login_time","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":null,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":0,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@is_deleted","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 11:05:18,991 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE ( [is_deleted] = @IsDeleted0 );参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 11:05:23,255 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE (( [user_name] = @UserName0 ) AND ( [is_deleted] = @IsDeleted1 ));参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@UserName0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"admin","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted1","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 11:05:27,518 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE (( [user_name] = @UserName0 ) AND ( [is_deleted] = @IsDeleted1 ));参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@UserName0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"admin","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted1","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 11:05:28,866 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE (( [user_name] = @UserName0 ) AND ( [is_deleted] = @IsDeleted1 ));参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@UserName0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"admin","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted1","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 11:05:29,787 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE (( [user_name] = @UserName0 ) AND ( [is_deleted] = @IsDeleted1 ));参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@UserName0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"admin","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted1","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 11:05:30,459 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE (( [user_name] = @UserName0 ) AND ( [is_deleted] = @IsDeleted1 ));参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@UserName0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"admin","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted1","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 11:05:31,065 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE (( [user_name] = @UserName0 ) AND ( [is_deleted] = @IsDeleted1 ));参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@UserName0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"admin","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted1","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 11:05:34,527 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE (( [user_name] = @UserName0 ) AND ( [is_deleted] = @IsDeleted1 ));参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@UserName0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"admin","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted1","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 13:40:38,626 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE (( [user_name] = @UserName0 ) AND ( [is_deleted] = @IsDeleted1 ));参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@UserName0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"admin","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted1","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 13:40:43,389 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE (( [user_name] = @UserName0 ) AND ( [is_deleted] = @IsDeleted1 ));参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@UserName0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"admin","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted1","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 13:40:46,250 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE (( [user_name] = @UserName0 ) AND ( [is_deleted] = @IsDeleted1 ));参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@UserName0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"admin","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted1","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 13:44:35,530 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE (( [user_name] = @UserName0 ) AND ( [is_deleted] = @IsDeleted1 ));参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@UserName0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"admin","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted1","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 14:19:41,599 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE (( [user_name] = @UserName0 ) AND ( [is_deleted] = @IsDeleted1 ));参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@UserName0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"admin","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted1","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 14:20:28,837 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE (( [user_name] = @UserName0 ) AND ( [is_deleted] = @IsDeleted1 ));参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@UserName0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"admin","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted1","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 14:21:48,073 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE (( [user_name] = @UserName0 ) AND ( [is_deleted] = @IsDeleted1 ));参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@UserName0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"admin","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted1","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 14:22:45,482 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE (( [user_name] = @UserName0 ) AND ( [is_deleted] = @IsDeleted1 ));参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@UserName0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"admin","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted1","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]
<-------------->
日志时间2024-11-25 14:23:31,077 [1]
日志级别INFO
日志内容SELECT [id],[user_name],[user_role],[password],[last_login_time],[is_deleted] FROM [sys_user] WHERE (( [user_name] = @UserName0 ) AND ( [is_deleted] = @IsDeleted1 ));参数:[{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":16,"Direction":0,"IsNullable":false,"ParameterName":"@UserName0","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":"admin","TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0},{"_Size":4000,"IsRefCursor":false,"IsClob":false,"IsNvarchar2":false,"DbType":3,"Direction":0,"IsNullable":false,"ParameterName":"@IsDeleted1","Size":4000,"SourceColumn":null,"SourceColumnNullMapping":false,"UdtTypeName":null,"Value":false,"TempDate":null,"SourceVersion":0,"TypeName":null,"IsJson":false,"IsArray":false,"CustomDbType":null,"Precision":0,"Scale":0}]

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save