Commit 2aaaca50 authored by zhuwei's avatar zhuwei

提示语

parent 7d8ca2b6
......@@ -158,6 +158,12 @@ class Broker extends Basic
}
if ($status) {
foreach ($agents_data_list as $v) {
if ($v['status'] == 4) {
return $this->response(101, '该账号已被列入黑名单!');
break;
}
}
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