From b0114429fb45cb67c4cf1d44d65fb2aee5bae1d1 Mon Sep 17 00:00:00 2001 From: lihongjie0209 Date: Fri, 23 Aug 2024 09:28:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/db/migration/V53__sysItem.sql | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/resources/db/migration/V53__sysItem.sql b/src/main/resources/db/migration/V53__sysItem.sql index 1662b974..504eba9d 100644 --- a/src/main/resources/db/migration/V53__sysItem.sql +++ b/src/main/resources/db/migration/V53__sysItem.sql @@ -1461,3 +1461,7 @@ java.time.YearMonth.from(salary.batchYearMonth).lengthOfMonth() ', '1') on conflict (id) do nothing; + + + +update t_emp_salary_sys_item set name = '_' || name where name not like '_%' and item_type != '2'; \ No newline at end of file