Commit 5595b8f1 authored by zhuwei's avatar zhuwei

1

parent 2d917d1b
......@@ -449,7 +449,7 @@ class CostDetail extends Basic
$conditions = [];
$conditions["b.district_id"] = $params["district_id"];
$field = 'c.district_name,b.store_name';
$field = 'a.store_id,b.district_id,c.district_name,b.store_name';
$m_store_cost = new FStoreCost();
$list = $m_store_cost->getAllStoreCost($field, $conditions);
$result["list"] = $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