spotless 적용

This commit is contained in:
2026-01-16 12:37:12 +09:00
parent 88f367d213
commit 1acadc4626

View File

@@ -184,9 +184,9 @@ public class InferenceResultRepositoryImpl implements InferenceResultRepositoryC
SELECT
r.uid AS result_uid,
msadi.stage,
r.cd_prob,
r.input1 AS compare_yyyy,
r.input2 AS target_yyyy,
r.after_p as cd_prob,
msl.compare_yyyy,
msl.target_yyyy,
CASE
WHEN r.map_id ~ '^[0-9]+$' THEN r.map_id::bigint
ELSE NULL