Commit f858ff16 authored by hujun's avatar hujun

scale

parent 3c965e4d
...@@ -1763,7 +1763,7 @@ class OrderLogService ...@@ -1763,7 +1763,7 @@ class OrderLogService
} }
public function getCommission( $bargain_id){ public function getCommission( $bargain_id){
$filed = "a.role,a.agent_id,b.name"; $filed = "a.role,a.agent_id,b.name,a.scale";
$params["a.id|a.father_id"] = $bargain_id; $params["a.id|a.father_id"] = $bargain_id;
$params["a.role"] = array("in","3,4,5"); $params["a.role"] = array("in","3,4,5");
......
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