Commit 16dc54bf authored by hujun's avatar hujun

o_

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