feat: mlog quick添加mlogb

This commit is contained in:
caoqianming 2025-08-20 15:03:58 +08:00
parent 58024cc33d
commit 01e7d73bee
1 changed files with 1 additions and 1 deletions

View File

@ -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": str(mlog.id)})
return Response({"mlog": str(mlog.id), "mlogbin": str(mlogbin.id)})
class HandoverViewSet(CustomModelViewSet):
"""