|
@@ -180,7 +180,8 @@ class EvaluationActivityView(View):
|
|
|
FreeEvaluationActivity.objects.filter(id=activity_id).update(issue=issue, product_name=product_name,
|
|
|
product_number=product_number,
|
|
|
original_price=original_price,
|
|
|
- is_show=is_show, update_time=now_time)
|
|
|
+ is_show=is_show, update_time=now_time,
|
|
|
+ activity_name=activity_name)
|
|
|
ActivityTime.objects.filter(activity_id=activity_id).delete()
|
|
|
for index, item in enumerate(activity_process):
|
|
|
ActivityTime.objects.create(activity_id=activity_id, node_content=item['node_content'],
|