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