7f8d095d by 肖初晴

【DAOP-1.0】数据需求

【功能点】测试问题处理
1 parent c7613051
......@@ -253,7 +253,7 @@ public class DemandServiceImpl extends FlowAbstractImpl implements DemandService
* @date 2024-12-31 18:46
* @return void
*/
@GlobalTransactional(rollbackFor = Exception.class)
@Transactional(rollbackFor = Exception.class)
@Override
public void flowCallBack(BizCallbackDTO dto) {
MfDemand entity = mfDemandService.getById(dto.getBizGuid());
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!