weaver-hrm-salary/resource/sqlupgrade/SQLServer/sql202310100103AZNJHBGJJSGF...

4 lines
347 B
MySQL
Raw Normal View History

INSERT INTO hrsa_insurance_category (id, insurance_name, welfare_type, is_use, payment_scope, data_type, create_time, update_time, creator, delete_type, tenant_key) VALUES (9009, '<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>̶<EFBFBD>', 3, 1, '1,2', 1, '2022-02-22 10:46:02.000', '2022-02-22 10:46:02.000', 0, 0, 'all_teams')
GO
UPDATE hrsa_insurance_category SET is_use = 0 WHERE id = 9007
GO