feat/infer_dev_260211 #135

Merged
teddy merged 2 commits from feat/infer_dev_260211 into develop 2026-03-06 12:25:05 +09:00
Showing only changes of commit 206dba6ff9 - Show all commits

View File

@@ -214,6 +214,9 @@ public class InferenceResultRepositoryImpl implements InferenceResultRepositoryC
WHERE msl.anal_uid = :analUid WHERE msl.anal_uid = :analUid
AND r.after_c is not null AND r.after_c is not null
AND r.after_p is not null AND r.after_p is not null
AND r.probability is not null
AND r.before_c is not null
AND r.before_p is not null
ORDER BY r.uid, r.created_date DESC NULLS LAST ORDER BY r.uid, r.created_date DESC NULLS LAST
) x ) x
ON CONFLICT (result_uid) ON CONFLICT (result_uid)