This commit is contained in:
2024-05-13 11:09:28 +08:00
10 changed files with 52 additions and 65 deletions
@@ -255,13 +255,30 @@ 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 table PMI_DelegationDetails add reportTime datetime
ALTER VIEW [dbo].[View_PMI_DelegationDetails]
AS
/********处理明细********/
/********PMI处理明细********/
SELECT
TrustItem.Id,
TrustItem.Acceptance,
TrustItem.CreatedTime,
TrustItem.checkTime,
TrustItem.reportTime,
TrustItem.JointId as WeldJointId,
TrustItem.status,
TrustItem.QualityNo,