opt:数据下载去掉事务注解

This commit is contained in:
DESKTOP-5DIJMF9\admin
2025-02-11 09:04:49 +08:00
parent 4e4ead09aa
commit 28f7ea731d

View File

@@ -181,7 +181,6 @@ public class SubpackagerelationServiceImpl implements SubpackagerelationService
}
@Override
@Transactional(rollbackFor = Exception.class)
public void download(Map whereJson, HttpServletResponse response) throws IOException {
String material_code = MapUtil.getStr(whereJson, "material_code");
String material_name = MapUtil.getStr(whereJson, "material_name");