|
@@ -83,6 +83,7 @@ public class WorkerLogic {
|
|
|
|
|
|
List<WebsitUser> websitUsers = websitUserService.lambdaQuery()
|
|
|
.eq(WebsitUser::getUserId,currentCompanyWechat.getUserId())
|
|
|
+ .notIn(WebsitUser::getExamineStatus,ExamineWorkerStatusEnum.QUIT.getKey())
|
|
|
.list();
|
|
|
|
|
|
Mailbox mailbox = mailboxService.getById("1");
|