浏览代码

往来明细账更名

jz.kai 1 年之前
父节点
当前提交
b3f60ea566

+ 1 - 2
web/src/main/java/com/jpsoft/printing/modules/ReportController.java

@@ -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());
 

+ 0 - 0
web/src/main/resources/static/yearSOA.xls → web/src/main/resources/static/wlmxz.xls