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

5 lines
99 B
MySQL
Raw Normal View History

2026-03-25 15:44:49 +08:00
alter table hrsa_salary_sob_item add zy_hide int
go
update hrsa_salary_sob_item set zy_hide = 0
go