fix: handover增加送料工段

This commit is contained in:
caoqianming 2023-11-30 10:15:31 +08:00
parent 3a24e6f858
commit a7ff21bb80
1 changed files with 1 additions and 1 deletions

View File

@ -306,7 +306,7 @@ class HandoverViewSet(CustomModelViewSet):
count=mlog.count_real,
count_eweight=mlog.count_real_eweight,
mlog=mlog,
mgroup=mlog.mgroup,
send_mgroup=mlog.mgroup,
create_by=user
)
return Response()