Commit 56d5606d authored by zhuwei's avatar zhuwei

1

parent 5bd88ccb
...@@ -50,7 +50,7 @@ class CostDetail extends Basic ...@@ -50,7 +50,7 @@ class CostDetail extends Basic
$conditions=$this->buildConditions($params); $conditions=$this->buildConditions($params);
$field = 'a.id,a.cost_id,b.setting_date,a.create_time,b.operator_name, $field = 'a.id,a.cost_id,b.setting_date,a.create_time,b.operator_name,
a.type,a.fee_item,a.purpose,b.store_id,a.assume_fee'; a.type,a.fee_item,a.purpose,a.store_id,a.assume_fee';
$list = $this->storeCostExt->getStoreCostExt($field, $conditions, $pageNo, $pageSize); $list = $this->storeCostExt->getStoreCostExt($field, $conditions, $pageNo, $pageSize);
if(!$list) if(!$list)
...@@ -81,7 +81,7 @@ class CostDetail extends Basic ...@@ -81,7 +81,7 @@ class CostDetail extends Basic
$conditions=$this->buildConditions($params); $conditions=$this->buildConditions($params);
$field = 'a.id,a.cost_id,b.setting_date,a.create_time,b.operator_name, $field = 'a.id,a.cost_id,b.setting_date,a.create_time,b.operator_name,
a.type,a.fee_item,a.purpose,b.store_id,a.assume_fee'; a.type,a.fee_item,a.purpose,a.store_id,a.assume_fee';
$list = $this->storeCostExt->getStoreCostExtExcel($field, $conditions); $list = $this->storeCostExt->getStoreCostExtExcel($field, $conditions);
if(!$list) if(!$list)
......
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