Commit 357e0afc authored by fangxinjiang's avatar fangxinjiang

代码优化-fxj

parent a55cde94
......@@ -4415,7 +4415,7 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T
}
// isAutoFlag:是否社保士兵的自动办理,true :是
@Transactional(rollbackFor = Exception.class)
//@Transactional(rollbackFor = Exception.class) 在具体for循环中添加过事务注解,这个地方不需要事务注解
@ShardingTransactionType(TransactionType.BASE)
@Override
public R<List<ErrorMessage>> addApplyHandle(List<String> ids, String typeSub, String handleStatus
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment