feat: quick返回mlogId
This commit is contained in:
parent
d019e708cd
commit
bbfa512bb1
|
@ -422,7 +422,7 @@ class MlogViewSet(CustomModelViewSet):
|
|||
sr_2.is_valid(raise_exception=True)
|
||||
mlogbin = sr_2.save()
|
||||
MlogbInViewSet.p_create_after(mlogbin)
|
||||
return Response({"mlog": mlog.id})
|
||||
return Response({"mlog": str(mlog.id)})
|
||||
|
||||
class HandoverViewSet(CustomModelViewSet):
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue