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 -