添加事务

This commit is contained in:
Guava
2023-06-21 13:12:56 +08:00
parent e55976b4db
commit 57eaac9e84

View File

@@ -12,6 +12,7 @@ import com.xboe.module.boecase.entity.CasesRecommendLaunchImport;
import com.xboe.module.boecase.entity.CasesRecommendLaunchImportData;
import com.xboe.module.boecase.service.ICasesRecommendLaunchImportService;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import javax.annotation.Resource;
import java.util.Collections;
@@ -19,6 +20,7 @@ import java.util.List;
import java.util.stream.Collectors;
@Service
@Transactional
public class CasesRecommendLaunchImportServiceImpl implements ICasesRecommendLaunchImportService {
@Resource