|
@@ -8,7 +8,6 @@ import com.jpsoft.printing.modules.base.service.AccountService;
|
|
|
import com.jpsoft.printing.modules.base.service.CustomerService;
|
|
|
import com.jpsoft.printing.modules.common.dto.MessageResult;
|
|
|
import io.swagger.annotations.Api;
|
|
|
-import io.swagger.annotations.ApiModelProperty;
|
|
|
import io.swagger.annotations.ApiOperation;
|
|
|
import org.apache.commons.lang3.StringUtils;
|
|
|
import org.apache.poi.ss.usermodel.Row;
|
|
@@ -347,7 +346,7 @@ public class ReportController {
|
|
|
|
|
|
Map<String, Object> map = (Map<String, Object>)yearSOA(customerId, selectDate).getData();
|
|
|
|
|
|
- String xlsPath = "static/yearSOA.xls";
|
|
|
+ String xlsPath = "static/wlmxz.xls";
|
|
|
ClassPathResource resource = new ClassPathResource(xlsPath);
|
|
|
Workbook wb = WorkbookFactory.create(resource.getInputStream());
|
|
|
|