Commit 01abeb8d authored by zhuwei's avatar zhuwei

1

parent 0e2f8fab
......@@ -267,7 +267,7 @@ class CostDetail extends Basic
$store_params['id'] = $store_id;
$store_field = 'store_name';
$store_result = $m_store->getStore($store_params, $store_field);
return $store_result['store_name'];
return $store_result[0]['store_name'];
}
......
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