Open
Conversation
--------------------------------------------------------------------------------------------- EXEC sp_executesql N'select * from Wd_Admin where Wt_IsDelete=0 AND Wt_IdUser=@Wt_IdUser and Wt_Password=@Wt_Password',N'@Wt_IdUser nvarchar(4000),@Wt_Password nvarchar(4000)',@Wt_IdUser=N'lelelel',@Wt_Password=N'96e79218965eb72c92a549dd5a330112' go exec sp_executesql N'select * from Wd_AdminType where Wt_IsDelete=0 AND wt_id=@fid',N'@fid int',@fid=4 go exec sp_executesql N'select * from Wd_PartCls where Wt_IsDelete=0 AND Wt_Folder=@Foldername',N'@Foldername nvarchar(4000)',@Foldername=N'Agent' go exec sp_executesql N'select * from Wd_AdminRight where Wt_IsDelete=0 AND Wt_ParType=1 and Wt_FID=@fid and Wt_ParId=@Wt_ParId ',N'@fid int,@Wt_ParId int',@fid=4,@Wt_ParId=29182 --------------------------------------------------------------------------------------------- declare @Wt_IdUser nvarchar(4000),@Wt_Password nvarchar(4000) set @Wt_IdUser=N'lelelel' set @Wt_Password=N'96e79218965eb72c92a549dd5a330112' select * from Wd_Admin where Wt_IsDelete=0 AND Wt_IdUser=@Wt_IdUser and Wt_Password=@Wt_Password GO declare @fid int set @fid=4 select * from Wd_AdminType where Wt_IsDelete=0 AND wt_id=@fid GO declare @Foldername nvarchar(4000) set @Foldername=N'Agent' select * from Wd_PartCls where Wt_IsDelete=0 AND Wt_Folder=@Foldername GO declare @fid int,@Wt_ParId int set @fid=4 set @Wt_ParId=29182 select * from Wd_AdminRight where Wt_IsDelete=0 AND Wt_ParType=1 and Wt_FID=@fid and Wt_ParId=@Wt_ParId GO
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
EXEC sp_executesql N'select * from Wd_Admin where Wt_IsDelete=0 AND Wt_IdUser=@Wt_IdUser and Wt_Password=@Wt_Password',N'@Wt_IdUser nvarchar(4000),@Wt_Password nvarchar(4000)',@Wt_IdUser=N'lelelel',@Wt_Password=N'96e79218965eb72c92a549dd5a330112'
go
exec sp_executesql N'select * from Wd_AdminType where Wt_IsDelete=0 AND wt_id=@fid',N'@fid int',@fid=4
go
exec sp_executesql N'select * from Wd_PartCls where Wt_IsDelete=0 AND Wt_Folder=@Foldername',N'@Foldername nvarchar(4000)',@Foldername=N'Agent'
go
exec sp_executesql N'select * from Wd_AdminRight where Wt_IsDelete=0 AND Wt_ParType=1 and Wt_FID=@fid and Wt_ParId=@Wt_ParId ',N'@fid int,@Wt_ParId int',@fid=4,@Wt_ParId=29182
declare @Wt_IdUser nvarchar(4000),@Wt_Password nvarchar(4000)
set @Wt_IdUser=N'lelelel'
set @Wt_Password=N'96e79218965eb72c92a549dd5a330112'
select * from Wd_Admin where Wt_IsDelete=0 AND Wt_IdUser=@Wt_IdUser and Wt_Password=@Wt_Password
GO
declare @fid int
set @fid=4
select * from Wd_AdminType where Wt_IsDelete=0 AND wt_id=@fid
GO
declare @Foldername nvarchar(4000)
set @Foldername=N'Agent'
select * from Wd_PartCls where Wt_IsDelete=0 AND Wt_Folder=@Foldername
GO
declare @fid int,@Wt_ParId int
set @fid=4
set @Wt_ParId=29182
select * from Wd_AdminRight where Wt_IsDelete=0 AND Wt_ParType=1 and Wt_FID=@fid and Wt_ParId=@Wt_ParId
GO