Commit 3bbacebc authored by zhuwei's avatar zhuwei

1

parent 5b8a080c
......@@ -196,6 +196,10 @@ class CostParameter extends Basic
return $this->response("101", $checkResult);
}
if(!checkDate($params['setting_date'])){
return $this->response("101", '非法时间');
}
$f_params['store_id'] = $params['store_id'];
$f_params['setting_date'] = $params['setting_date'];
$store_data_res = $this->m_store_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