spotless 적용
This commit is contained in:
@@ -21,11 +21,15 @@ public class InferenceResultRepositoryImpl implements InferenceResultRepositoryC
|
|||||||
private final QMapSheetAnalInferenceEntity inferenceEntity =
|
private final QMapSheetAnalInferenceEntity inferenceEntity =
|
||||||
QMapSheetAnalInferenceEntity.mapSheetAnalInferenceEntity;
|
QMapSheetAnalInferenceEntity.mapSheetAnalInferenceEntity;
|
||||||
|
|
||||||
/** tb_map_sheet_anal_data_inference */
|
/**
|
||||||
|
* tb_map_sheet_anal_data_inference
|
||||||
|
*/
|
||||||
private final QMapSheetAnalDataInferenceEntity inferenceDataEntity =
|
private final QMapSheetAnalDataInferenceEntity inferenceDataEntity =
|
||||||
QMapSheetAnalDataInferenceEntity.mapSheetAnalDataInferenceEntity;
|
QMapSheetAnalDataInferenceEntity.mapSheetAnalDataInferenceEntity;
|
||||||
|
|
||||||
/** tb_map_sheet_anal_data_inference_geom */
|
/**
|
||||||
|
* tb_map_sheet_anal_data_inference_geom
|
||||||
|
*/
|
||||||
private final QMapSheetAnalDataInferenceGeomEntity inferenceGeomEntity =
|
private final QMapSheetAnalDataInferenceGeomEntity inferenceGeomEntity =
|
||||||
QMapSheetAnalDataInferenceGeomEntity.mapSheetAnalDataInferenceGeomEntity;
|
QMapSheetAnalDataInferenceGeomEntity.mapSheetAnalDataInferenceGeomEntity;
|
||||||
|
|
||||||
@@ -77,8 +81,7 @@ public class InferenceResultRepositoryImpl implements InferenceResultRepositoryC
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* inference_results 테이블을 기준으로 분석 데이터 단위(stage, compare_yyyy, target_yyyy, map_sheet_num)를
|
* inference_results 테이블을 기준으로 분석 데이터 단위(stage, compare_yyyy, target_yyyy, map_sheet_num)를 생성/갱신한다.
|
||||||
* 생성/갱신한다.
|
|
||||||
*
|
*
|
||||||
* <p>- 최초 생성 시 file_created_yn = false - detecting_cnt는 inference_results 건수 기준
|
* <p>- 최초 생성 시 file_created_yn = false - detecting_cnt는 inference_results 건수 기준
|
||||||
*
|
*
|
||||||
@@ -184,9 +187,9 @@ public class InferenceResultRepositoryImpl implements InferenceResultRepositoryC
|
|||||||
SELECT
|
SELECT
|
||||||
r.uid AS result_uid,
|
r.uid AS result_uid,
|
||||||
msadi.stage,
|
msadi.stage,
|
||||||
r.cd_prob,
|
r.after_p as cd_prob,
|
||||||
r.input1 AS compare_yyyy,
|
msl.compare_yyyy,
|
||||||
r.input2 AS target_yyyy,
|
msl.target_yyyy,
|
||||||
CASE
|
CASE
|
||||||
WHEN r.map_id ~ '^[0-9]+$' THEN r.map_id::bigint
|
WHEN r.map_id ~ '^[0-9]+$' THEN r.map_id::bigint
|
||||||
ELSE NULL
|
ELSE NULL
|
||||||
|
|||||||
Reference in New Issue
Block a user