|
@@ -306,7 +306,7 @@ class OrderMainService |
|
|
*/ |
|
|
*/ |
|
|
public function getOrderList($param){ |
|
|
public function getOrderList($param){ |
|
|
$orderMainDao = new OrderMainDao(); |
|
|
$orderMainDao = new OrderMainDao(); |
|
|
$where = ["id"=>["neq",""]]; |
|
|
|
|
|
|
|
|
$where = ["del_flag"=>0]; |
|
|
if (!empty($param['order_id'])) { |
|
|
if (!empty($param['order_id'])) { |
|
|
$where["id"]=$param['order_id']; |
|
|
$where["id"]=$param['order_id']; |
|
|
} |
|
|
} |
|
|