opt:数据下载去掉事务注解
This commit is contained in:
@@ -181,7 +181,6 @@ public class SubpackagerelationServiceImpl implements SubpackagerelationService
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
@Transactional(rollbackFor = Exception.class)
|
|
||||||
public void download(Map whereJson, HttpServletResponse response) throws IOException {
|
public void download(Map whereJson, HttpServletResponse response) throws IOException {
|
||||||
String material_code = MapUtil.getStr(whereJson, "material_code");
|
String material_code = MapUtil.getStr(whereJson, "material_code");
|
||||||
String material_name = MapUtil.getStr(whereJson, "material_name");
|
String material_name = MapUtil.getStr(whereJson, "material_name");
|
||||||
|
|||||||
Reference in New Issue
Block a user