督查大队台账上报

This commit is contained in:
geh
2026-01-13 20:23:03 +08:00
parent 1fd5831f29
commit 4ca3eeeb96
16 changed files with 5596 additions and 1 deletions
@@ -0,0 +1,28 @@
/*************督查大队:重点工程项目质量专项整治行动开展情况台账**************/
CREATE VIEW [dbo].[View_DCGLKeyProjectRectificationSituationLedger]
AS
SELECT
Report.Id,
Report.UnitId,
Report.Year,
U.UnitName,
Report.ReportDate,
Report.UpState,
Report.DutyPerson,
Report.HandleState,
Report.HandleMan,
Report.HasPlan,
Report.PlanDate,
Report.HasWorkTeam,
Report.TeamDate,
Report.KeyProjectNum,
Report.Remark,
Report.CompileDate,
Report.CompileMan,
Report.CompileManName,
US.UserName
FROM dbo.DCGL_Report_KeyProjectRectificationSituationLedger AS Report
LEFT JOIN Base_Unit AS U ON U.UnitId=Report.UnitId
LEFT JOIN Sys_User AS US ON US.UserId=Report.HandleMan