Commit 7e7e6b52 authored by zhuwei's avatar zhuwei

1

parent aed184c3
......@@ -390,6 +390,9 @@ class CostParameter extends Basic
$save_json = json_decode($params['save_json'],true);
foreach ($save_json as $k => $v) {
if(!$v['type']){
return $this->response("101", 'type不能为空');
}
$f_params['type'] = $v['type'];
$f_params['setting_date'] = $params['setting_date'];
$store_data_res = $this->m_company_data->findByOne('id',$f_params);
......
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