Browse Source

no message

xingzai 11 months ago
parent
commit
07cca656b6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/order.go

+ 1 - 1
controllers/order.go

@@ -179,7 +179,7 @@ func (this *OrderController) AddByActivity() {
 		item.GoodsName = "专家调研"
 	}
 	if activityDetail.ActivityTypeName == "公司调研电话会" {
-		item.GoodsName = "买方交流"
+		item.GoodsName = "上市公司小范围"
 	}
 	//如果活动有自定义的价格就优先按照自定义的价格来
 	if activityDetail.ActivityPrice > 0 {