Commit 16dc54bf authored by hujun's avatar hujun

o_

parent 2caf67ba
...@@ -1326,8 +1326,8 @@ class OfficeOBargainModel extends Model ...@@ -1326,8 +1326,8 @@ class OfficeOBargainModel extends Model
$result = $this->db_ $result = $this->db_
->field($filed) ->field($filed)
->alias("a") ->alias("a")
->join("o_office_o_partial_commission b", "a.id = b.bargain_id", "left") ->join("office_o_partial_commission b", "a.id = b.bargain_id", "left")
->join("o_office_o_real_income c", "b.real_income_id = c.id", "left") ->join("office_o_real_income c", "b.real_income_id = c.id", "left")
->where($where_) ->where($where_)
->whereOr($whereOr_) ->whereOr($whereOr_)
->order("a.id asc") ->order("a.id asc")
......
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