|
|
|
@ -6,6 +6,12 @@ CALL Pro_Temp_ColumnWork ('io_order','wzUploadResult','varchar(255) ', 1);
|
|
|
|
|
|
|
|
|
|
CALL Pro_Temp_ColumnWork ('stock_order','noInvOut','tinyint', 1);
|
|
|
|
|
|
|
|
|
|
INSERT ignore INTO spms.scheduled(id, cronName, cron, customerId, remark)
|
|
|
|
|
VALUES
|
|
|
|
|
(16, 'ScheduledDeletion', '0 0 2 1/1 * ? ', NULL, '删除30天数据');
|
|
|
|
|
|
|
|
|
|
INSERT ignore INTO spms.system_param_config ( id, parentId, paramName, paramKey, paramValue, paramStatus, paramType, paramExplain )
|
|
|
|
|
VALUES
|
|
|
|
|
( 20009, 0, '删除30天数据', 'ScheduledDeletion', '1', 1, 0, '1:是,0:否' );
|
|
|
|
|
|
|
|
|
|
-- 创建表时必须 create table if not exists 表名
|