smart-man-boot/src/main/java/com/qianwen/smartman/modules/notify/service/impl/BusinessNotifyServiceImpl.java
@@ -182,10 +182,7 @@ public boolean remove(Long templateId) { this.notifyTemplateService.removeById(templateId); return remove(Wrappers.lambdaQuery(BusinessNotify.class).eq(BusinessNotify::getNotifyTemplateId, templateId)); /* return remove((Wrapper) Wrappers.lambdaQuery(BusinessNotify.class).eq((v0) -> { return v0.getNotifyTemplateId(); }, templateId));*/ } public List<Long> getNoticeEmpIds(List<Long> orgIds, List<Long> empIds) {