Merge branch 'master' of https://gitee.com/frane-yang/SGGL_SeDin_New
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
ALTER TABLE Person_Persons ADD MultiProject BIT NULL
|
||||
GO
|
||||
EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'¶àÏîÄ¿' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Person_Persons', @level2type=N'COLUMN',@level2name=N'MultiProject'
|
||||
GO
|
||||
@@ -0,0 +1,6 @@
|
||||
--ADD BY YangHongwei 2022-11-30
|
||||
1、项目人员身份证变化事件优化。
|
||||
2、新增人员是否同时在多项目字段。
|
||||
--END
|
||||
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
alter table WPQ_WPQList add CompileMan nvarchar(50) null
|
||||
GO
|
||||
|
||||
Reference in New Issue
Block a user