Commit 52da837e authored by clone's avatar clone

注释

parent 4ddec181
...@@ -662,7 +662,7 @@ class OBargainModel extends Model ...@@ -662,7 +662,7 @@ class OBargainModel extends Model
->join("o_partial_commission b","a.id=b.bargain_id","right") ->join("o_partial_commission b","a.id=b.bargain_id","right")
->where($where_) ->where($where_)
->select(); ->select();
echo $this->getLastSql(); //echo $this->getLastSql();
return $date; return $date;
} }
......
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