Commit cb3d77c8 authored by hujun's avatar hujun

status

parent 24848b15
......@@ -2128,7 +2128,7 @@ class Finance extends Basic
return $this->response(101, '参数错误');
}
$agent_id = $this->m_bargain->getFieldValue('agent_id', ['id'=>$this->params['partial_id'],'is_del'=>0]);
$agent_id = $this->m_bargain->getFieldValue('agent_id', ['id'=>$this->params['partial_id'],'status'=>['<>',30]]);
if (empty($agent_id)) {
return $this->response(101, '没有该记录');
......
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