From 6591df30a95e68bcdd9da48229c87778b4d64847 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:34:17 +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 --- resource/sqlupgrade/Mysql/sql202603250103NBBCGTGJWLYXGS.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 resource/sqlupgrade/Mysql/sql202603250103NBBCGTGJWLYXGS.sql diff --git a/resource/sqlupgrade/Mysql/sql202603250103NBBCGTGJWLYXGS.sql b/resource/sqlupgrade/Mysql/sql202603250103NBBCGTGJWLYXGS.sql new file mode 100644 index 000000000..e8c08a921 --- /dev/null +++ b/resource/sqlupgrade/Mysql/sql202603250103NBBCGTGJWLYXGS.sql @@ -0,0 +1,4 @@ +ALTER TABLE hrsa_salary_sob_item +ADD COLUMN zy_hide int(0) NULL; + +update hrsa_salary_sob_item set zy_hide = 0; \ No newline at end of file