wangxingcheng %!s(int64=3) %!d(string=hai) anos
pai
achega
fdca7757d6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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, "操作日志验证结构体失败")