projectinfo closed BOTH ADD
This commit is contained in:
@@ -1553,6 +1553,10 @@ public class LabelAllocateRepositoryImpl implements LabelAllocateRepositoryCusto
|
||||
updateQuery.set(mapSheetAnalInferenceEntity.labelingClosedYn, closedYn);
|
||||
} else if ("INSPECTION".equals(closedType)) {
|
||||
updateQuery.set(mapSheetAnalInferenceEntity.inspectionClosedYn, closedYn);
|
||||
} else if ("BOTH".equals(closedType)) {
|
||||
updateQuery
|
||||
.set(mapSheetAnalInferenceEntity.labelingClosedYn, closedYn)
|
||||
.set(mapSheetAnalInferenceEntity.inspectionClosedYn, closedYn);
|
||||
}
|
||||
|
||||
updateQuery
|
||||
|
||||
Reference in New Issue
Block a user