cost quert add bill_time filter
This commit is contained in:
@@ -472,6 +472,7 @@ class Order extends CI_Controller{
|
||||
)' => null,
|
||||
'id not in (select o_id from lc_items_cost)' => null,
|
||||
'item_id>' => 0,
|
||||
'bill_time>' => '0000-00-00 00:00:00',
|
||||
'id>=' => Orders_v2_entity::V2_START_ID
|
||||
];
|
||||
$id && $where['id'] = $id;
|
||||
|
||||
Reference in New Issue
Block a user