wpm mtest bug
This commit is contained in:
parent
16fb06f646
commit
1b5b0a5032
|
@ -409,6 +409,7 @@ class WProductViewSet(ListModelMixin, RetrieveModelMixin, GenericViewSet):
|
||||||
if is_mtestok:
|
if is_mtestok:
|
||||||
WpmServies.update_plan_state_by_mtestok(
|
WpmServies.update_plan_state_by_mtestok(
|
||||||
obj.subproduction_plan.production_plan)
|
obj.subproduction_plan.production_plan)
|
||||||
|
obj.update_by = request.user
|
||||||
obj.save()
|
obj.save()
|
||||||
change_str = 'mtest_notok'
|
change_str = 'mtest_notok'
|
||||||
if is_mtestok:
|
if is_mtestok:
|
||||||
|
|
Loading…
Reference in New Issue