Commit 71a17ec3 authored by lisong's avatar lisong

修改bug

parent 8f3fba7d
...@@ -484,6 +484,7 @@ public class ExcelServiceImpl { ...@@ -484,6 +484,7 @@ public class ExcelServiceImpl {
} }
@Transactional
public Object commonUpload(MultipartFile multipartFile, ExcelDto excelDto, String uuidString, HttpServletRequest equest) throws Exception { public Object commonUpload(MultipartFile multipartFile, ExcelDto excelDto, String uuidString, HttpServletRequest equest) throws Exception {
switch (excelDto.getType()) { switch (excelDto.getType()) {
......
...@@ -926,7 +926,7 @@ public class PointController extends AbstractBaseController { ...@@ -926,7 +926,7 @@ public class PointController extends AbstractBaseController {
} else { } else {
downData.add(new String[0]); downData.add(new String[0]);
} }
String [] downRows = {"2","3","4", "8","11","12","13","14"}; //下拉的列序号数组(序号从0开始) String [] downRows = {"2","3","4", "8","10","11","12","13"}; //下拉的列序号数组(序号从0开始)
try { try {
FileHelper.createExcelTemplate(fileName, handers, downData, downRows, response); FileHelper.createExcelTemplate(fileName, handers, downData, downRows, response);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment