weaver-hrm-salary/resource/sqlupgrade/JC/sql202407180103.sql

7 lines
148 B
MySQL
Raw Normal View History

2024-07-18 13:41:25 +08:00
alter table hrsa_tax_agent_admin add admin_type int;
/
update hrsa_tax_agent_admin set admin_type=0 where admin_type is null and delete_type=0;
/