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 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