【DAOP-1.0】数据需求
【功能点】测试问题处理
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -253,7 +253,7 @@ public class DemandServiceImpl extends FlowAbstractImpl implements DemandService | ... | @@ -253,7 +253,7 @@ public class DemandServiceImpl extends FlowAbstractImpl implements DemandService |
| 253 | * @date 2024-12-31 18:46 | 253 | * @date 2024-12-31 18:46 |
| 254 | * @return void | 254 | * @return void |
| 255 | */ | 255 | */ |
| 256 | @GlobalTransactional(rollbackFor = Exception.class) | 256 | @Transactional(rollbackFor = Exception.class) |
| 257 | @Override | 257 | @Override |
| 258 | public void flowCallBack(BizCallbackDTO dto) { | 258 | public void flowCallBack(BizCallbackDTO dto) { |
| 259 | MfDemand entity = mfDemandService.getById(dto.getBizGuid()); | 259 | MfDemand entity = mfDemandService.getById(dto.getBizGuid()); | ... | ... |
-
Please register or sign in to post a comment