Commit 3245a213 authored by hj's avatar hj

更新提交

parent 961f88d3
......@@ -35,7 +35,7 @@ class RhawnInvoiceRepositoryEloquent extends BaseRepository implements RhawnInvo
{
$invoiceDetailInfo = $this
->join('soidetail','soinvoice.soi_id','soidetail.soi_id')
->join('dpdetail','depdetail.dpd_id', 'soidetail.dpd_id')
->join('dpdetail','dpdetail.dpd_id', 'soidetail.dpd_id')
->whereIn('dpdetail.dpd_id',(array)$dpdIds)
->get()->toArray();
if(!$invoiceDetailInfo){
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment