@lovasoa However, a new issue has arisen: the value of the bit type is incorrect.
select top 2 * from [ZrAdmin].[dbo].[sys_role];;
select 'test测试' as LogLevel;
select CAST('test测试' as varchar(100)) as LogLevel;
select CAST(1 as bit) as menu_check_strictly;
select CAST(0 as bit) as menu_check_strictly;
@lovasoa However, a new issue has arisen: the value of the
bit
type is incorrect.Originally posted by @BlueHtml in https://github.com/sqlpage/SQLPage/issues/662#issuecomment-2452905163