7f8d095d by 肖初晴

【DAOP-1.0】数据需求

【功能点】测试问题处理
1 parent c7613051
...@@ -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());
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!