Commit 296ea825 authored by zhuwei's avatar zhuwei

1

parent ec9a1b1f
...@@ -645,14 +645,9 @@ class CostParameter extends Basic ...@@ -645,14 +645,9 @@ class CostParameter extends Basic
if(!$v['store_id']) if(!$v['store_id'])
continue; continue;
$transfer_charge = $this->getTransferCharge($v['store_id'], $setting_date); $transfer_charge = $this->getTransferCharge($v['store_id'], $setting_date);
// $social_security_fee = $this->getLastSocialSecurityFee($v['id'], $setting_date);
$v['setting_date'] = $setting_date; $v['setting_date'] = $setting_date;
$v['is_del'] = 0; $v['is_del'] = 0;
$v['transfer_charge'] = $transfer_charge; $v['transfer_charge'] = $transfer_charge;
// $v['social_security_fee'] = $social_security_fee;
// dump($v);
$this->saveStoreData($v); $this->saveStoreData($v);
} }
} }
......
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