yjryu / KERIS star
김하영 김하영 2023-12-08
231208김하영
@52649ad1ca29fca426217c0e4aba4a7c7a529b8c
.gitignore
--- .gitignore
+++ .gitignore
@@ -11,3 +11,4 @@
 /org.eclipse.wst.jsdt.ui.superType.name
 /org.eclipse.wst.validation.prefs
 
+node_modules
server/main/resources/mybatis/main/matching-SQL.xml
--- server/main/resources/mybatis/main/matching-SQL.xml
+++ server/main/resources/mybatis/main/matching-SQL.xml
@@ -128,6 +128,7 @@
             , company_pick_cnt
             , company_technology
             , company_service
+            , company_simple_info
             , view_cnt
             , file_path
             , file_nm
@@ -214,6 +215,7 @@
             , company_pick_cnt
             , company_technology
             , company_service
+            , company_hp_url
             , view_cnt
             , file_path
             , file_nm
Add a comment
List