@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;




Originally posted by @BlueHtml in #662 (comment)