wangxingcheng 3 lat temu
rodzic
commit
8749c612f3
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      opms_parent/app/handler/cust/belong.go

+ 1 - 1
opms_parent/app/handler/cust/belong.go

@@ -25,7 +25,7 @@ func (c *CustBelongHeader) GetEntityById(ctx context.Context, req *model.Contact
 		g.Log().Error(err)
 		return gerror.New("系统异常,请重新尝试")
 	}
-	list, err := belongServer.GetEntityById(req.CustId)
+	list, err := belongServer.GetList(req.CustId)
 	_, err, rsp.Code, rsp.Msg = myerrors.CheckError(err)
 	if err != nil {
 		g.Log().Error(err)