debug
This commit is contained in:
@ -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);
|
||||
|
@ -4,7 +4,9 @@ server:
|
||||
context-path: /
|
||||
|
||||
seata:
|
||||
enable-auto-data-source-proxy: true
|
||||
enabled: true
|
||||
application-id: biz-service-ebtp-project
|
||||
tx-service-group: my_test_tx_group
|
||||
|
||||
|
||||
# 对应 apollo 配置中心的应用名
|
||||
|
Reference in New Issue
Block a user