wangxingcheng 3 năm trước cách đây
mục cha
commit
8749c612f3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)