wangxingcheng пре 3 година
родитељ
комит
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, "操作日志验证结构体失败")