合并最新

This commit is contained in:
2022-12-20 09:32:32 +08:00
parent 844e9f1488
commit 1abdaa9476
654 changed files with 73563 additions and 9746 deletions
@@ -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