Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
daifangli committed Jul 3, 2018
1 parent ae781a6 commit de90f5a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions application/models/Transmanage/Order.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,12 @@ public function getOrderInfo($orderid){
$sql = "SELECT
gd.id,
gd.cid,
gd.start_provice_id,
gd.start_city_id,
gd.start_area_id,
gd.end_provice_id,
gd.end_city_id,
gd.end_area_id,
gd.start_provice,
gd.start_city,
gd.start_area,
Expand Down

0 comments on commit de90f5a

Please sign in to comment.