|
@@ -93,7 +93,7 @@ public class WorkerLogic {
|
|
|
for (WebsitUser websitUser : websitUsers) {
|
|
|
|
|
|
AdminWebsit adminWebsit = adminWebsitService.getById(websitUser.getWebsitId());
|
|
|
- if (!adminWebsit.getAttr().equals("自建网点"))
|
|
|
+ if (!adminWebsit.getAttr().equals("SELF"))
|
|
|
continue;
|
|
|
//保险购买状态,没有购买的意外险
|
|
|
if (websitUser.getExamineStatus().equals(ExamineWorkerStatusEnum.WAIT_WORKER.getKey()) &&
|
|
@@ -580,7 +580,7 @@ public class WorkerLogic {
|
|
|
) {
|
|
|
AdminWebsit adminWebsit = adminWebsitService.getById(websitUser.getWebsitId());
|
|
|
|
|
|
- if (!adminWebsit.getAttr().equals("自建网点"))
|
|
|
+ if (!adminWebsit.getAttr().equals("SELF"))
|
|
|
continue;
|
|
|
adminWebsits.add(adminWebsit);
|
|
|
}
|