From 5f4dbc611289f29eacbc179e612930b3095ae3fc Mon Sep 17 00:00:00 2001 From: jackchenyang <874821510@qq.com> Date: Mon, 13 May 2024 10:56:03 +0800 Subject: [PATCH] 111 --- DataBase/版本日志/HJGLDB_2024.05.12.sql | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/DataBase/版本日志/HJGLDB_2024.05.12.sql b/DataBase/版本日志/HJGLDB_2024.05.12.sql index 968998c..a0e1ebe 100644 --- a/DataBase/版本日志/HJGLDB_2024.05.12.sql +++ b/DataBase/版本日志/HJGLDB_2024.05.12.sql @@ -267,19 +267,18 @@ 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, @@ -306,4 +305,3 @@ GO -