From 78eba63113a207aee812e4735a913c42b1d6bbfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=B1=E6=B6=9B?= <15850646081@163.com> Date: Wed, 25 Mar 2026 15:44:49 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BE=E5=B7=9D=E6=B8=AF=E9=9C=80=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../sqlupgrade/SQLServer/sql202603250103NBBCGTGJWLYXGS.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 resource/sqlupgrade/SQLServer/sql202603250103NBBCGTGJWLYXGS.sql diff --git a/resource/sqlupgrade/SQLServer/sql202603250103NBBCGTGJWLYXGS.sql b/resource/sqlupgrade/SQLServer/sql202603250103NBBCGTGJWLYXGS.sql new file mode 100644 index 000000000..19d035fc7 --- /dev/null +++ b/resource/sqlupgrade/SQLServer/sql202603250103NBBCGTGJWLYXGS.sql @@ -0,0 +1,5 @@ +alter table hrsa_salary_sob_item add zy_hide int +go + +update hrsa_salary_sob_item set zy_hide = 0 +go \ No newline at end of file