4 lines
347 B
Transact-SQL
4 lines
347 B
Transact-SQL
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, 'ÀÍÎñ¹Ì¶¨', 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 |