Commit e1833c8d authored by zhuwei's avatar zhuwei

实收分佣ID

parent 3df99041
......@@ -80,6 +80,9 @@ class OPartialCommission extends BaseModel
if ($v['father_id'] != 0) {
$result[$k]['bargain_id'] = $v['father_id'];
}
//分佣ID
$result[$k]['commission_id'] = $v["bargain_id"] ;
}
return $result;
}
......
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