Commit 5a311b85 authored by zhuwei's avatar zhuwei

order_id

parent 09898dc5
......@@ -205,8 +205,8 @@ class OReportModel extends Model
}
if (!empty($params['report_id'])) {
$conditions[] = "aaa.order_id =".$params['report_id'];
if (!empty($params['order_id'])) {
$conditions[] = "aaa.order_id =".$params['order_id'];
}
#组装搜索where条件
......
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