From 8e6df2317d0691b51abc78e358687a170413849e Mon Sep 17 00:00:00 2001 From: jackchenyang <874821510@qq.com> Date: Mon, 13 May 2024 09:07:36 +0800 Subject: [PATCH] 111 --- DataBase/版本日志/HJGLDB_2024.05.12.sql | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) 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 +