...
|
...
|
@@ -428,7 +428,7 @@ class Business extends Base |
|
|
//当前店铺下的佣金发放记录
|
|
|
$rows = Db::name('verification_brokerage_record a')
|
|
|
->join("user b","a.send_user_id = b.id","left")
|
|
|
->join("staff c","c.user_id = b.id","left")
|
|
|
->join("verification_staff c","c.user_id = b.id","left")
|
|
|
->where(['a.verification_store_id'=>$store_id])
|
|
|
->field("a.commission,a.send_createtime,a.send_result,a.send_reason,b.nickname,c.phone as mobile")
|
|
|
->paginate(20)->each(function($item){
|
...
|
...
|
|