weaver-hrm-salary/resource/sqlupgrade/SQLServer/sql202501100103FDDXFSEKYY.sql

8 lines
426 B
Transact-SQL

alter table hrsa_acct_result_temp add ek_feedback varchar(1000)
GO
alter table hrsa_salary_acct_result add ek_feedback varchar(1000)
GO
INSERT INTO hrsa_salary_sys_conf (id, conf_key, conf_value, title, module, order_weight, description, delete_type, create_time, update_time) VALUES (20241101100000, 'SHOW_SALARY_ACCT_APPROVAL', '1', '薪资审批按钮的显隐', 'app', 0, NULL, 0, '2024-11-01 10:00:00', '2024-11-01 10:00:00')
GO