Commit f8e4973d authored by clone's avatar clone

a.estimated_receipt_date,

parent 3217416e
...@@ -866,7 +866,7 @@ class OrderLogService ...@@ -866,7 +866,7 @@ class OrderLogService
$bargainModel = new OBargainModel(); $bargainModel = new OBargainModel();
$bargain_info_filed = "a.id,a.house_number,a.account_time,a.account_statement,a.father_id,a.is_open,a.trade_type, $bargain_info_filed = "a.id,a.house_number,a.account_time,a.account_statement,a.father_id,a.is_open,a.trade_type,
a.price,a.industry_type,a.commission,c.id,c.internal_title,c.internal_address,d.user_id,d.user_phone,d.user_name"; a.price,a.industry_type,a.estimated_receipt_date,a.commission,c.id,c.internal_title,c.internal_address,d.user_id,d.user_phone,d.user_name";
$result = []; $result = [];
$bargainInfo = $bargainModel->selectBargainDetail($bargain_info_filed, $params); $bargainInfo = $bargainModel->selectBargainDetail($bargain_info_filed, $params);
......
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