Commit 6b5fe483 by 朱继来

Merge branch 'lt_订单添加dgk'

parents d268289a 548c7272
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