|
@@ -853,7 +853,7 @@ public class AgreementLogic {
|
|
websitUser1.setIsOverdue(IsYesNoEnum.NO.getKey());
|
|
websitUser1.setIsOverdue(IsYesNoEnum.NO.getKey());
|
|
}
|
|
}
|
|
|
|
|
|
- if (remark.split("高空证件").length > 0 || remark.split("身份证").length > 0)
|
|
|
|
|
|
+ if (remark.split("高空证").length > 0 || remark.split("身份证").length > 0)
|
|
websitUser1.setExamineStatus(ExamineWorkerStatusEnum.OVERDUE.getKey());
|
|
websitUser1.setExamineStatus(ExamineWorkerStatusEnum.OVERDUE.getKey());
|
|
websitUser1.updateById();
|
|
websitUser1.updateById();
|
|
}
|
|
}
|