31_API #90
@ -63,6 +63,8 @@ class AbstractModelAPISerializerV1(AbstractModelAPISerializer):
|
|||||||
Returns:
|
Returns:
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
if json_str is None or len(json_str) == 0:
|
||||||
|
return None
|
||||||
code = KonovaCode.objects.get(
|
code = KonovaCode.objects.get(
|
||||||
atom_id=json_str,
|
atom_id=json_str,
|
||||||
code_lists__in=[code_list_identifier]
|
code_lists__in=[code_list_identifier]
|
||||||
|
Loading…
Reference in New Issue
Block a user