@@ -76,4 +76,7 @@ INSERT INTO `sys_dictionary_item` (`DictionaryItemID`, `Code`, `DictionaryCode`,
-- 2024.5.7
- alter table pc_jobhunt modify workYear decimal(18,2)
+ alter table pc_jobhunt modify workYear decimal(18,2)
+
+-- 2024-5-7
+update `pc_industry` set industryName = '住宿和餐饮业' where industryId = '684adfe0-426e-4cf1-9a09-7923f6fbef29';