This commit is contained in:
ajaxfan
2021-02-07 14:09:38 +08:00
parent 314782182e
commit 6e4f91f5a2
2 changed files with 3 additions and 3 deletions

View File

@ -266,10 +266,8 @@ public class ProjectSectionServiceImpl extends BaseServiceImpl<ProjectSectionMap
}
@Override
@GlobalTransactional(rollbackFor = Exception.class)
@Transactional(rollbackFor = Exception.class)
public boolean bidToTender(List<String> sectionIds) {
log.info("xid 2021-02-07:"+ RootContext.getXID());
UpdateWrapper<ProjectSection> updateWrapper = new UpdateWrapper<>();
updateWrapper.in("id",sectionIds);