akidaahmat 2022-05-05 01:09 采纳率: 53.6%
浏览 37
已结题

thinkphp 查询问题

method not exist: think\db\Query-> goods 问题在哪?

  • 写回答

2条回答 默认 最新

  • 明日晴空 2022-05-05 09:27
    关注

    goods不是Query的方法,猜你可能是用关联模型。但是在模型里面,没有写goods关联方法导致
    在需要的关联模型里面,比如order Model类,写入以下关联关系

    public function goods()
    {
      return $this->belongsTo(Goods::class, 'goods_id');
    }
    
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

问题事件

  • 系统已结题 5月13日
  • 已采纳回答 5月5日
  • 创建了问题 5月5日