|
|
|
|
@ -32,7 +32,6 @@ import com.biutag.lan.flow.node.FirstSignFlow;
|
|
|
|
|
import com.biutag.lan.mapper.*; |
|
|
|
|
import com.biutag.mapper.setting.DictDataMapper; |
|
|
|
|
import com.biutag.mapper.system.DeptMapper; |
|
|
|
|
import jakarta.annotation.Resource; |
|
|
|
|
import jakarta.servlet.http.HttpServletResponse; |
|
|
|
|
import lombok.RequiredArgsConstructor; |
|
|
|
|
import org.springframework.beans.BeanUtils; |
|
|
|
|
@ -77,8 +76,6 @@ public class WorkService extends ServiceImpl<WorkMapper, Work> {
|
|
|
|
|
|
|
|
|
|
private final NoticeService noticeService; |
|
|
|
|
|
|
|
|
|
private final MailFlowService mailFlowService; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public boolean saveBatch(List<MailSource> mailSources) { |
|
|
|
|
LocalDateTime now = LocalDateTime.now(); |
|
|
|
|
|