diff --git a/DataBase/版本日志/HJGLDB_2024.05.12.sql b/DataBase/版本日志/HJGLDB_2024.05.12.sql index f0570d5..968998c 100644 --- a/DataBase/版本日志/HJGLDB_2024.05.12.sql +++ b/DataBase/版本日志/HJGLDB_2024.05.12.sql @@ -255,6 +255,24 @@ GO /*******PMIίÍÐÃ÷ϸÊÓͼ***********/ +USE [HJGLDB_ZJBSF] +GO + +/****** Object: View [dbo].[View_PMI_DelegationDetails] Script Date: 2024-5-13 9:06:44 ******/ +SET ANSI_NULLS ON +GO + +SET QUOTED_IDENTIFIER ON +GO + + + + + + + + + ALTER VIEW [dbo].[View_PMI_DelegationDetails] AS /********ÈÈ´¦ÀíÃ÷ϸ********/ @@ -269,6 +287,7 @@ TrustItem.PMIId, Trust.ProjectId, Trust.DelegationNo, Trust.DelegationDate, +ISNULL(TrustItem.reportNo,Trust.DelegationNo) as reportNo, WeldJoint.WeldJointCode, Pipeline.PipelineCode, WeldJoint.Specification, @@ -287,3 +306,4 @@ GO +