|
|
@@ -385,7 +385,7 @@ func (s *CustomerService) ChangeCustBelong(Ids []int64, salesId int64, salesName
|
|
|
}
|
|
|
|
|
|
//OperationLog 客户操作日志
|
|
|
-func (s *CustomerService) OperationLog(ids []int64, req *model.AddCustomerDynameicsReq) (err error) {
|
|
|
+func (s *CustomerService) OperationLog(ctx context.Context, ids []int64, req *model.AddCustomerDynameicsReq) (err error) {
|
|
|
cusDynameics := new(model.CustCustomerDynamics)
|
|
|
if err = gconv.Struct(req, cusDynameics); err != nil {
|
|
|
err = myerrors.NewMsgError(nil, "操作日志验证结构体失败")
|