yangys
2024-10-29 d728f14a2f23cb477ebfecd33df5f7e5cb54a178
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) {