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