Merge pull request '상태값 수정' (#288) from feat/infer_dev_260107 into develop
Reviewed-on: https://kamco.gitea.gs.dabeeo.com/dabeeo/kamco-dabeeo-backoffice/pulls/288
This commit is contained in:
@@ -66,7 +66,7 @@ public class InferenceResultRepositoryImpl implements InferenceResultRepositoryC
|
|||||||
r.m2_model_batch_id,
|
r.m2_model_batch_id,
|
||||||
r.m3_model_batch_id,
|
r.m3_model_batch_id,
|
||||||
r.id,
|
r.id,
|
||||||
LabelState.PENDING.getId(),
|
LabelMngState.PENDING.getId(),
|
||||||
FROM tb_map_sheet_learn r
|
FROM tb_map_sheet_learn r
|
||||||
WHERE r.id = :id
|
WHERE r.id = :id
|
||||||
ON CONFLICT (stage, compare_yyyy, target_yyyy)
|
ON CONFLICT (stage, compare_yyyy, target_yyyy)
|
||||||
|
|||||||
Reference in New Issue
Block a user