|
@@ -138,7 +138,6 @@ public class FileInfoServiceImpl extends ServiceImpl<FileInfoMapper, FileInfo> i
|
|
|
* @param businessId 业务id
|
|
|
* @param businessType 业务文件类型
|
|
|
*/
|
|
|
- @Transactional(propagation = Propagation.REQUIRES_NEW)
|
|
|
@DS(BaseSourceConstant.BASE)
|
|
|
@Override
|
|
|
public void saveFile(List<ObsFile> obsFileList, Long businessId, Integer businessType) {
|
|
@@ -162,7 +161,6 @@ public class FileInfoServiceImpl extends ServiceImpl<FileInfoMapper, FileInfo> i
|
|
|
* @param businessId 业务id
|
|
|
* @param businessType 业务文件类型
|
|
|
*/
|
|
|
- @Transactional(propagation = Propagation.REQUIRES_NEW)
|
|
|
@DS(BaseSourceConstant.BASE)
|
|
|
@Override
|
|
|
public void editFile(List<ObsFile> obsFileList, Long businessId, Integer businessType) {
|
|
@@ -184,7 +182,6 @@ public class FileInfoServiceImpl extends ServiceImpl<FileInfoMapper, FileInfo> i
|
|
|
* @param businessId 业务id
|
|
|
* @param businessType 业务文件类型
|
|
|
*/
|
|
|
- @Transactional(propagation = Propagation.REQUIRES_NEW)
|
|
|
@DS(BaseSourceConstant.BASE)
|
|
|
@Override
|
|
|
public void removeFile(Long businessId, Integer businessType) {
|
|
@@ -198,7 +195,6 @@ public class FileInfoServiceImpl extends ServiceImpl<FileInfoMapper, FileInfo> i
|
|
|
*
|
|
|
* @param businessId 业务id
|
|
|
*/
|
|
|
- @Transactional(propagation = Propagation.REQUIRES_NEW)
|
|
|
@DS(BaseSourceConstant.BASE)
|
|
|
@Override
|
|
|
public void removeFile(Long businessId) {
|