Browse Source

处理前端数据问题

anderx 3 years ago
parent
commit
5e0eb6da26

+ 0 - 22
src/main/java/com/goafanti/order/service/impl/OrderStatisticsServiceImpl.java

@@ -1,35 +1,13 @@
 package com.goafanti.order.service.impl;
 
-import com.goafanti.common.bo.Error;
-import com.goafanti.common.bo.Result;
 import com.goafanti.common.dao.TOrderNewMapper;
-import com.goafanti.common.dao.TOrderTaskMapper;
-import com.goafanti.common.error.BusinessException;
-import com.goafanti.common.utils.ExportExcelUtil;
 import com.goafanti.core.mybatis.BaseMybatisDao;
-import com.goafanti.core.mybatis.page.Pagination;
 import com.goafanti.order.bo.*;
-import com.goafanti.order.enums.NewProjectStatus;
 import com.goafanti.order.service.OrderStatisticsService;
-import com.goafanti.order.service.ProjectStatisticsService;
 import groovy.util.logging.Log4j;
-import org.apache.commons.collections4.map.HashedMap;
-import org.apache.commons.lang3.StringUtils;
-import org.apache.poi.ss.util.CellRangeAddress;
-import org.apache.poi.xssf.usermodel.XSSFCell;
-import org.apache.poi.xssf.usermodel.XSSFRow;
-import org.apache.poi.xssf.usermodel.XSSFSheet;
-import org.apache.poi.xssf.usermodel.XSSFWorkbook;
 import org.springframework.beans.factory.annotation.Autowired;
-import org.springframework.beans.factory.annotation.Value;
 import org.springframework.stereotype.Service;
 
-import javax.servlet.http.HttpServletResponse;
-import java.io.File;
-import java.io.FileOutputStream;
-import java.io.IOException;
-import java.io.OutputStream;
-import java.text.SimpleDateFormat;
 import java.util.*;
 
 @Service