合并最新
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
,Law.AttachUrl,Law.LawsRegulationsTypeId,Law.CompileMan,CompileUser.UserName AS CompileManName,Law.CompileDate
|
||||
,Law.IsBuild,LawsRegulationsType.Code AS LawsRegulationsTypeCode
|
||||
,LawsRegulationsType.Name AS LawsRegulationsTypeName,(CASE WHEN IsPass=1 THEN '' ELSE '' END) AS IsPassName, Substring(Law.AttachUrl,charindex('~',Law.AttachUrl)+1,LEN(Law.AttachUrl)) as AttachUrlName
|
||||
,Law.UnitId,(CASE WHEN IsBuild = 1 THEN '集团' ELSE '' END ) AS IsBuildName
|
||||
,Law.UnitId,(CASE WHEN IsBuild = 1 THEN '集团' ELSE '公司' END ) AS IsBuildName
|
||||
FROM dbo.Law_LawRegulationList AS Law
|
||||
LEFT JOIN dbo.Base_LawsRegulationsType AS LawsRegulationsType ON LawsRegulationsType.Id=Law.LawsRegulationsTypeId
|
||||
LEFT JOIN Sys_User AS CompileUser ON CompileUser.UserId=Law.CompileMan
|
||||
|
||||
Reference in New Issue
Block a user