From 451c912e868742c1357c09013bc4cc860ca8d6dc Mon Sep 17 00:00:00 2001 From: teddy Date: Wed, 21 Jan 2026 15:41:02 +0900 Subject: [PATCH] =?UTF-8?q?geom=20=ED=85=8C=EC=9D=B4=EB=B8=94=20=EB=93=B1?= =?UTF-8?q?=EB=A1=9D=EC=8B=9C=20after=EB=A7=8C=20not=20null=20=EC=A1=B0?= =?UTF-8?q?=EA=B1=B4=20=EB=B3=B4=EB=8A=94=EA=B1=B8=EB=A1=9C=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../repository/Inference/InferenceResultRepositoryImpl.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/main/java/com/kamco/cd/kamcoback/postgres/repository/Inference/InferenceResultRepositoryImpl.java b/src/main/java/com/kamco/cd/kamcoback/postgres/repository/Inference/InferenceResultRepositoryImpl.java index 11f8f0f7..52171908 100644 --- a/src/main/java/com/kamco/cd/kamcoback/postgres/repository/Inference/InferenceResultRepositoryImpl.java +++ b/src/main/java/com/kamco/cd/kamcoback/postgres/repository/Inference/InferenceResultRepositoryImpl.java @@ -212,8 +212,6 @@ public class InferenceResultRepositoryImpl implements InferenceResultRepositoryC AND r.map_id ~ '^[0-9]+$' AND r.map_id::bigint = msadi.map_sheet_num WHERE msl.anal_uid = :analUid - AND r.before_c is not null - AND r.before_p is not null AND r.after_c is not null AND r.after_p is not null ORDER BY r.uid, r.created_date DESC NULLS LAST @@ -279,8 +277,8 @@ public class InferenceResultRepositoryImpl implements InferenceResultRepositoryC INNER JOIN tb_map_sheet_anal_data_inference_geom msadig ON msadi.data_uid = msadig.data_uid WHERE msai.anal_uid = :analUid - AND msadig.class_before_cd IS NOT NULL AND msadig.class_after_cd IS NOT NULL + AND msadig.class_after_prob IS NOT NULL GROUP BY msadig.compare_yyyy ,msadig.target_yyyy