Commit bc8d57bc authored by lisong's avatar lisong

修改人员导入bug

parent 050103b7
...@@ -483,7 +483,7 @@ public class ExcelServiceImpl { ...@@ -483,7 +483,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()) {
......
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