Commit db315433 by 朱继来

Merge branch 'master' of http://119.23.72.7/zhujilai/Order into zjl_te_20200402

parents 0aa87734 6b5fe483
Showing with 1 additions and 0 deletions
......@@ -157,6 +157,7 @@
foreach ($userId as $id) {
$userInfo = DB::table('user_info')->where('userId', $id)->select('userId', 'name', 'email', 'status')->first();
if (!$userInfo) continue;
// 判断用户是否已离职 4为离职状态
// if ($userInfo->status != 4) {
$roleUsers[] = $userInfo;
......
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 sign in to comment