wangxingcheng 3 лет назад
Родитель
Сommit
fdca7757d6
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      opms_parent/app/service/cust/cust_customer.go

+ 1 - 1
opms_parent/app/service/cust/cust_customer.go

@@ -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, "操作日志验证结构体失败")