我试图将2个不同表中的列相乘并直接在laravel中的where语句中使用结果

时间:2019-02-21 19:30:47

标签: php laravel eloquent

我的金额 $amount = auth()->user()->cooperative->amount->where('year', Date('y'))->first()->amount;,然后我尝试将其与缴款中的份额相乘,然后将产品与缴款中的实际金额进行比较 $contributions = auth()->user()->cooperative->contributions->where("amount", "<", '($amount * share)');

0 个答案:

没有答案