spotless 적용
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user