Skip to content

Commit

Permalink
信息过滤
Browse files Browse the repository at this point in the history
  • Loading branch information
huguocai committed Jul 12, 2018
1 parent 5f87e0f commit 49caed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/models/Transmanage/Order.php
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ public function getOrderInfo($orderid){
ON
gd.id = god.driver_id
WHERE
god.`order_id` = ".intval($orderid);
god.`order_id` = ".intval($orderid)." AND god.`status` != 6";
$res = $this->dbh->select($sql);
}

Expand Down

0 comments on commit 49caed8

Please sign in to comment.