Commit c901d823 authored by hujun's avatar hujun

//

parent eb497a1b
......@@ -426,12 +426,13 @@ class CostParameter extends Basic
$m_log = new FSettingLog();
$where['setting_date'] = $setting_date;
$where['operator_id'] = $this->userId;
$where['type'] = $this->params['type'];
$where['is_del'] = 0;
$num = $m_log->getTotal($where);
if ($num >= 5) {
return $this->response($code, '已核对5次,无法再核对。');
return $this->response($code, '该账户已核对');
}
$save_data['operator_id'] = $this->userId;
......
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