|
|
@ -4850,3 +4850,8 @@ ALTER TABLE io_collect_order_backup MODIFY errorMsg text;
|
|
|
|
CALL Pro_Temp_ColumnWork('sys_workplace_document', 'autoHandle',
|
|
|
|
CALL Pro_Temp_ColumnWork('sys_workplace_document', 'autoHandle',
|
|
|
|
' tinyint NULL DEFAULT NULL COMMENT ''是否自动处理''',
|
|
|
|
' tinyint NULL DEFAULT NULL COMMENT ''是否自动处理''',
|
|
|
|
1);
|
|
|
|
1);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
CALL Pro_Temp_ColumnWork('sys_workplace', 'autoCollect',
|
|
|
|
|
|
|
|
' tinyint NULL DEFAULT NULL COMMENT ''是否自动采集 0:否 1:是''',
|
|
|
|
|
|
|
|
1);
|
|
|
|