Commit 4c96f67a authored by zhuwei's avatar zhuwei

1

parent c4597833
...@@ -640,7 +640,6 @@ class CostParameter extends Basic ...@@ -640,7 +640,6 @@ class CostParameter extends Basic
$field = 'a.id,a.store_name'; $field = 'a.id,a.store_name';
$store_data_res = $this->m_store->getStoreCostParameter($field, $f_params); $store_data_res = $this->m_store->getStoreCostParameter($field, $f_params);
big_log($store_data_res);
if (!$store_data_res) { if (!$store_data_res) {
if(!$v['store_id']) if(!$v['store_id'])
continue; continue;
......
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