PQ쿼리 경로 수정
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# ClientAjax_controller Calls
|
||||
|
||||
- Search root: E:\project\PQ\Restored_Source\PQProject\PQProject
|
||||
- Search root: ..\Restored_Source\PQProject\PQProject
|
||||
- Generated at: 2026-07-27 13:11:56
|
||||
- Total calls: 143
|
||||
|
||||
|
||||
+39
-39
@@ -1,12 +1,12 @@
|
||||
# Extracted SQL Queries
|
||||
|
||||
- Source: E:\project\PQ\Restored_Source\extracted_queries.txt
|
||||
- Source: ..\Restored_Source\extracted_queries.txt
|
||||
- Generated at: 2026-07-27 13:26:06
|
||||
- Total query blocks: 38
|
||||
|
||||
## Query 1
|
||||
|
||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||
- File: ..\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||
- Menu: 개발실적 생성 / frmDevelop_Load; 투자실적 생성 / frmInvest_Load; 활용실적 생성 / frmMost_Load; R & D 실적 생성 / frmRD_Load
|
||||
- Source function: LoadSection
|
||||
- Line: 205
|
||||
@@ -17,7 +17,7 @@ string cmdText = "select * from section_tbl where ServiceSection='" + i_Section
|
||||
|
||||
## Query 2
|
||||
|
||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||
- File: ..\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||
- Menu: 개발실적 생성 > 저장 / btnSave_Click; 투자실적 생성 > 저장 / btnSave_Click; 활용실적 생성 > 저장 / btnSave_Click; R & D 실적 생성 > 저장 / btnSave_Click
|
||||
- Source function: SaveSection
|
||||
- Line: 264
|
||||
@@ -28,7 +28,7 @@ string i_szsql = "delete from section_tbl where ServiceSection='" + i_Section +
|
||||
|
||||
## Query 3
|
||||
|
||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||
- File: ..\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||
- Menu: 개발실적 생성 > 저장 / btnSave_Click; 투자실적 생성 > 저장 / btnSave_Click; 활용실적 생성 > 저장 / btnSave_Click; R & D 실적 생성 > 저장 / btnSave_Click
|
||||
- Source function: SaveSection
|
||||
- Line: 294
|
||||
@@ -42,7 +42,7 @@ i_szsql = "insert into section_tbl(ServiceSection,seq,viewdata) values(";
|
||||
|
||||
## Query 4
|
||||
|
||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||
- File: ..\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||
- Menu: 조건검색 / frmReportFindCondition_Load
|
||||
- Source function: LoadSearchCondition
|
||||
- Line: 325
|
||||
@@ -53,7 +53,7 @@ string cmdText = "select * from section_tbl where jobcode='" + i_JobCode + "' an
|
||||
|
||||
## Query 5
|
||||
|
||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||
- File: ..\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||
- Menu: 조건검색 > 선택 정보 적용 / btnSave_Click
|
||||
- Source function: SaveSearchCondition
|
||||
- Line: 386
|
||||
@@ -64,7 +64,7 @@ string i_szsql = "delete from search_condition_tbl where jobcode='" + i_JobCode
|
||||
|
||||
## Query 6
|
||||
|
||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||
- File: ..\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||
- Menu: 조건검색 > 선택 정보 적용 / btnSave_Click
|
||||
- Source function: SaveSearchCondition
|
||||
- Line: 417
|
||||
@@ -79,7 +79,7 @@ i_szsql = "insert into search_condition_tbl(jobcode,mode,seq,viewdata) values(";
|
||||
|
||||
## Query 7
|
||||
|
||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||
- File: ..\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||
- Menu: 개인작업 초기화 / menuUserJobClear_Click
|
||||
- Source function: InitDataBase
|
||||
- Line: 451
|
||||
@@ -90,7 +90,7 @@ string cmdText = "delete from hwp_Person_Detail_tbl ";
|
||||
|
||||
## Query 8
|
||||
|
||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||
- File: ..\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||
- Menu: 개인작업 초기화 / menuUserJobClear_Click
|
||||
- Source function: InitDataBase
|
||||
- Line: 455
|
||||
@@ -101,7 +101,7 @@ cmdText = "delete from hwp_Person_JobList_tbl ";
|
||||
|
||||
## Query 9
|
||||
|
||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||
- File: ..\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||
- Menu: 개인작업 초기화 / menuUserJobClear_Click
|
||||
- Source function: InitDataBase
|
||||
- Line: 459
|
||||
@@ -112,7 +112,7 @@ cmdText = "delete from hwp_person_tbl ";
|
||||
|
||||
## Query 10
|
||||
|
||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||
- File: ..\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||
- Menu: 개인작업 초기화 / menuUserJobClear_Click
|
||||
- Source function: InitDataBase
|
||||
- Line: 463
|
||||
@@ -123,7 +123,7 @@ cmdText = "delete from person_job_tbl ";
|
||||
|
||||
## Query 11
|
||||
|
||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||
- File: ..\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||
- Menu: 개인작업 초기화 / menuUserJobClear_Click
|
||||
- Source function: InitDataBase
|
||||
- Line: 467
|
||||
@@ -134,7 +134,7 @@ cmdText = "delete from project_user_define_tbl ";
|
||||
|
||||
## Query 12
|
||||
|
||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||
- File: ..\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||
- Menu: 개인작업 초기화 / menuUserJobClear_Click
|
||||
- Source function: InitDataBase
|
||||
- Line: 471
|
||||
@@ -145,7 +145,7 @@ cmdText = "delete from search_condition_tbl ";
|
||||
|
||||
## Query 13
|
||||
|
||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||
- File: ..\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||
- Menu: 개인작업 초기화 / menuUserJobClear_Click
|
||||
- Source function: InitDataBase
|
||||
- Line: 475
|
||||
@@ -156,7 +156,7 @@ cmdText = "delete from section_tbl ";
|
||||
|
||||
## Query 14
|
||||
|
||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||
- File: ..\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||
- Menu: frmHwpCtrlView.cs / MakeHwpReportPerson
|
||||
- Source function: GetPersonList
|
||||
- Line: 526
|
||||
@@ -167,7 +167,7 @@ string cmdText = "select membercode from hwp_Person_Detail_tbl where jobcode='"
|
||||
|
||||
## Query 15
|
||||
|
||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||
- File: ..\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||
- Menu: frmHwpCtrlView.cs / MakeHwpReportPerson
|
||||
- Source function: SaveFileDetailSection
|
||||
- Line: 584
|
||||
@@ -178,7 +178,7 @@ string cmdText = "select * from hwp_Person_Detail_tbl where jobcode='" + i_JobCo
|
||||
|
||||
## Query 16
|
||||
|
||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||
- File: ..\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||
- Menu: frmHwpCtrlView.cs / MakeHwpReportPerson
|
||||
- Source function: GetPersonDetailSection
|
||||
- Line: 644
|
||||
@@ -189,7 +189,7 @@ string cmdText = "select * from hwp_Person_Detail_tbl where jobcode='" + i_JobCo
|
||||
|
||||
## Query 17
|
||||
|
||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||
- File: ..\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||
- Menu: frmHwpCtrlView.cs / MakeHwpReportPerson; 기술자실적 생성 / DownloadDataView_01; 기술자실적 생성 / WebQueryLib1_OnResultMessage
|
||||
- Source function: GetPersonDetailChoice
|
||||
- Line: 702
|
||||
@@ -200,7 +200,7 @@ string cmdText = "select * from hwp_Person_Detail_tbl where jobcode='" + i_JobCo
|
||||
|
||||
## Query 18
|
||||
|
||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||
- File: ..\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||
- Menu: 기술자실적 생성 / DownloadDataView_01; 기술자실적 생성 > 저장 / btnSave_Click
|
||||
- Source function: UpdatePersonDetailChoiceSection
|
||||
- Line: 747
|
||||
@@ -211,7 +211,7 @@ string i_szsql = "update hwp_Person_Detail_tbl set choice=0 where jobcode='" + i
|
||||
|
||||
## Query 19
|
||||
|
||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||
- File: ..\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||
- Menu: 기술자실적 생성 / DownloadDataView_01; 기술자실적 생성 > 저장 / btnSave_Click
|
||||
- Source function: UpdatePersonDetailChoiceSection
|
||||
- Line: 749
|
||||
@@ -222,7 +222,7 @@ i_szsql = "update hwp_Person_Detail_tbl set choice=1 where jobcode='" + i_JobCod
|
||||
|
||||
## Query 20
|
||||
|
||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||
- File: ..\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||
- Menu: 기술자실적 생성 / DownloadDataView_01; 기술자실적 생성 / AddSearchItem; 기술자실적 생성 > 저장 / btnSave_Click
|
||||
- Source function: SavePersonDetailSection
|
||||
- Line: 758
|
||||
@@ -233,7 +233,7 @@ string i_szsql = "delete from hwp_Person_Detail_tbl where jobcode='" + i_JobCode
|
||||
|
||||
## Query 21
|
||||
|
||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||
- File: ..\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||
- Menu: 기술자실적 생성 / DownloadDataView_01; 기술자실적 생성 / AddSearchItem; 기술자실적 생성 > 저장 / btnSave_Click
|
||||
- Source function: SavePersonDetailSection
|
||||
- Line: 760
|
||||
@@ -249,7 +249,7 @@ i_szsql = "insert into hwp_Person_Detail_tbl(jobcode,membercode,section_item,seq
|
||||
|
||||
## Query 22
|
||||
|
||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||
- File: ..\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||
- Menu: 프로젝트 코드 생성 > 저장 / btnSave_Click
|
||||
- Source function: ClearPersonDetailSection
|
||||
- Line: 777
|
||||
@@ -260,7 +260,7 @@ string i_szsql = "delete from hwp_Person_Detail_tbl where jobcode='" + i_JobCode
|
||||
|
||||
## Query 23
|
||||
|
||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||
- File: ..\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||
- Menu: 프로젝트 코드 생성 > 저장 / btnSave_Click
|
||||
- Source function: ClearPersonDetailSection
|
||||
- Line: 803
|
||||
@@ -271,7 +271,7 @@ string cmdText = "select * from hwp_Person_JobList_tbl where jobcode='" + i_JobC
|
||||
|
||||
## Query 24
|
||||
|
||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||
- File: ..\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||
- Menu: 기술자실적 생성 > 첨부자료 조회 및 다운로드 / btnDownloadFile_Click
|
||||
- Source function: LoadJobList
|
||||
- Line: 960
|
||||
@@ -282,7 +282,7 @@ string cmdText = "select * from hwp_Person_JobList_tbl where jobcode='" + i_JobC
|
||||
|
||||
## Query 25
|
||||
|
||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||
- File: ..\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||
- Menu: frmHwpCtrlView.cs / MakeHwpReportPerson
|
||||
- Source function: SaveFilePersonJobList
|
||||
- Line: 1336
|
||||
@@ -293,7 +293,7 @@ cmdText = "select * from hwp_Person_JobList_tbl where jobcode='" + i_JobCode + "
|
||||
|
||||
## Query 26
|
||||
|
||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||
- File: ..\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||
- Menu: 프로젝트 코드 생성 > 저장 / btnSave_Click; 기술자실적 생성 / AddSearchItem; 기술자실적 생성 > 저장 / btnSave_Click; 기술자실적 생성 > 자료 초기화 / btnClearPersonData_Click
|
||||
- Source function: ClearPersonJobList
|
||||
- Line: 1651
|
||||
@@ -304,7 +304,7 @@ string i_szsql = "delete from hwp_Person_JobList_tbl where jobcode='" + i_JobCod
|
||||
|
||||
## Query 27
|
||||
|
||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||
- File: ..\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||
- Menu: 기술자실적 생성 / AddSearchItem; 기술자실적 생성 > 저장 / btnSave_Click
|
||||
- Source function: SavePersonJobList
|
||||
- Line: 1663
|
||||
@@ -319,7 +319,7 @@ string text = "insert into hwp_Person_JobList_tbl(jobcode,membercode,seq,viewdat
|
||||
|
||||
## Query 28
|
||||
|
||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||
- File: ..\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||
- Menu: 프로젝트 코드 생성 > ... / btnSearchProject_Click_1; 사업코드 찾기 / DownloadDataView_01
|
||||
- Source function: GetProjectUserName
|
||||
- Line: 1695
|
||||
@@ -330,7 +330,7 @@ string cmdText = "select * from project_user_define_tbl where jobcode='" + i_Job
|
||||
|
||||
## Query 29
|
||||
|
||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||
- File: ..\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||
- Menu: 프로젝트 코드 생성 > 저장 / btnSave_Click
|
||||
- Source function: SaveProjectUserName
|
||||
- Line: 1753
|
||||
@@ -341,7 +341,7 @@ string i_szsql = "delete from project_user_define_tbl where jobcode='" + i_JobCo
|
||||
|
||||
## Query 30
|
||||
|
||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||
- File: ..\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||
- Menu: 프로젝트 코드 생성 > 저장 / btnSave_Click
|
||||
- Source function: SaveProjectUserName
|
||||
- Line: 1758
|
||||
@@ -352,7 +352,7 @@ i_szsql = "insert into project_user_define_tbl (JobCode,projectname) values('" +
|
||||
|
||||
## Query 31
|
||||
|
||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||
- File: ..\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||
- Menu: DB 공통 처리 / DatabaseTableCheck_FindCondition
|
||||
- Source function: CheckTableAlive
|
||||
- Line: 1812
|
||||
@@ -363,7 +363,7 @@ string text = "select count(*) from find_condition ";
|
||||
|
||||
## Query 32
|
||||
|
||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||
- File: ..\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||
- Menu: 개인백업 / btnPersonDBBackup_Click; frmMainMDI.cs / DatabaseTableCheck_FindCondition
|
||||
- Source function: DatabaseTableCheck_FindCondition
|
||||
- Line: 1870
|
||||
@@ -374,7 +374,7 @@ string i_szsql = "create table find_condition( kind text(50), data_key text(50
|
||||
|
||||
## Query 33
|
||||
|
||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||
- File: ..\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||
- Menu: 조건검색 / frmReportFindCondition_FormClosed
|
||||
- Source function: FindConditionClear
|
||||
- Line: 1923
|
||||
@@ -385,7 +385,7 @@ string cmdText = "delete from find_condition where kind='" + i_kind + "' and da
|
||||
|
||||
## Query 34
|
||||
|
||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||
- File: ..\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||
- Menu: 조건검색 / frmReportFindCondition_FormClosed
|
||||
- Source function: FindConditionAdd
|
||||
- Line: 1974
|
||||
@@ -400,7 +400,7 @@ string text = "insert into find_condition(kind,data_key,data_seq,contents) value
|
||||
|
||||
## Query 35
|
||||
|
||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||
- File: ..\Restored_Source\PQProject\PQProject\ClassDataBase.cs
|
||||
- Menu: 조건검색 / frmReportFindCondition_Load
|
||||
- Source function: FindConditionLoad
|
||||
- Line: 2030
|
||||
@@ -411,7 +411,7 @@ string cmdText = "select * from find_condition where kind='" + i_kind + "' and
|
||||
|
||||
## Query 36
|
||||
|
||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\frmCompanyProjectInfo.cs
|
||||
- File: ..\Restored_Source\PQProject\PQProject\frmCompanyProjectInfo.cs
|
||||
- Menu: 회사실적관리 / AxfpSpread1_ClickEvent; 회사실적관리 / WebQueryLib1_OnResultMessage; 개발투자 편집 / AxfpSpread1_ClickEvent; 개발투자 편집 / WebQueryLib1_OnResultMessage; 투자실적 편집 / AxfpSpread1_ClickEvent; 투자실적 편집 / WebQueryLib1_OnResultMessage; 활용실적 편집 / AxfpSpread1_ClickEvent; 활용실적 편집 / WebQueryLib1_OnResultMessage; 기술자실적 생성 / WebQueryLib1_OnResultMessage; 기술자실적 생성 / AxfpSpread1_ClickEvent; 기술자별 설적관리 / AxfpSpread1_ClickEvent; 기술자별 설적관리 / WebQueryLib1_OnResultMessage; 개인정보 편집 / frmPersonInfo_Load; 개인정보 편집 / AxfpSpread1_ClickEvent; 개인정보 편집 / WebQueryLib1_OnResultMessage; R & D 실적 편집 / AxfpSpread1_ClickEvent; R & D 실적 편집 / WebQueryLib1_OnResultMessage; 기술자별 용역현황 / AxfpSpread1_ClickEvent; 기술자별 용역현황 / WebQueryLib2_OnResultMessage; 개인별 업무중복도 / WebQueryLib2_OnResultMessage; 개인별 업무중복도 / AxfpSpread1_ClickEvent
|
||||
- Source function: ViewTableData
|
||||
- Line: 5023
|
||||
@@ -422,7 +422,7 @@ mNewProject = "select";
|
||||
|
||||
## Query 37
|
||||
|
||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\frmMainMDI.cs
|
||||
- File: ..\Restored_Source\PQProject\PQProject\frmMainMDI.cs
|
||||
- Menu: frmMainMDI.cs / frmMainMDI_Load
|
||||
- Source function: frmMainMDI_Load
|
||||
- Line: 4677
|
||||
@@ -433,7 +433,7 @@ i_URL = "http://" + CommonModule.gServerAddress + "/pq/Update.php?ActionMode=Ver
|
||||
|
||||
## Query 38
|
||||
|
||||
- File: E:\project\PQ\Restored_Source\PQProject\PQProject\frmUserAuth.cs
|
||||
- File: ..\Restored_Source\PQProject\PQProject\frmUserAuth.cs
|
||||
- Menu: 회사실적 문서생성 > 화면 초기화 / btnClearItem_Click; 개발실적 생성 > 화면 초기화 / btnClearItem_Click; 투자실적 생성 > 화면 초기화 / btnClearItem_Click; 활용실적 생성 > 화면 초기화 / btnClearItem_Click; R & D 실적 생성 > 화면 초기화 / btnClearItem_Click
|
||||
- Source function: btnSave_Click
|
||||
- Line: 754
|
||||
|
||||
Reference in New Issue
Block a user