去除事务注解
This commit is contained in:
parent
4a3c978e07
commit
5f0241768d
@ -27,7 +27,6 @@ import java.util.Objects;
|
|||||||
* @since 2020/11/18 10:46 上午
|
* @since 2020/11/18 10:46 上午
|
||||||
*/
|
*/
|
||||||
@Service
|
@Service
|
||||||
@Transactional(rollbackFor = Exception.class)
|
|
||||||
public class FootprintServiceImpl extends ServiceImpl<FootprintMapper, FootPrint> implements FootprintService {
|
public class FootprintServiceImpl extends ServiceImpl<FootprintMapper, FootPrint> implements FootprintService {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user