Commit 51770b0d authored by zhuwei's avatar zhuwei

1

parent c75a0b4a
...@@ -77,8 +77,9 @@ class CostParameter extends Basic ...@@ -77,8 +77,9 @@ class CostParameter extends Basic
return $this->response("200", "success", []); return $this->response("200", "success", []);
foreach ($list as $k => $v) { foreach ($list as $k => $v) {
$f_params['c.store_id'] = $v['id']; $f_params['c.store_id'] = $v['id'];
$f_params['c.setting_date'] = $params['setting_date']; $f_params['c.setting_date'] = $params['setting_date'];
$f_params['c.is_del'] = 0;
$store_data_res = $this->m_store->getStoreCostParameter($field,$f_params); $store_data_res = $this->m_store->getStoreCostParameter($field,$f_params);
if(!$store_data_res){ if(!$store_data_res){
$transfer_charge = $this->getTransferCharge($v['id']); $transfer_charge = $this->getTransferCharge($v['id']);
......
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