|
|
@@ -223,8 +223,8 @@ func (s ProductConsultRecordService) FollowUp(ctx context.Context, req *model.Fo
|
|
|
toupdate["content"] = req.Content
|
|
|
toupdate["progress"] = req.Progress
|
|
|
toupdate["next_plan"] = req.NextPlan
|
|
|
- //toupdate["distributor_id"] = req.DistributorId
|
|
|
- //toupdate["distributor_name"] = req.DistributorName
|
|
|
+ toupdate["distributor_id"] = req.DistributorId
|
|
|
+ toupdate["distributor_name"] = req.DistributorName
|
|
|
//toupdate["cust_id"] = req.CustId
|
|
|
//toupdate["cust_name"] = req.CustName
|
|
|
toupdate["nbo_id"] = req.NboId
|