추론결과 저장 result 조회 조건 수정
This commit is contained in:
@@ -214,6 +214,9 @@ public class InferenceResultRepositoryImpl implements InferenceResultRepositoryC
|
||||
WHERE msl.anal_uid = :analUid
|
||||
AND r.after_c 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
|
||||
) x
|
||||
ON CONFLICT (result_uid)
|
||||
|
||||
Reference in New Issue
Block a user