public void test(Long id){ shopCartDao.deleteTest(10089L); try { shopCartDao.deleteTest(12261L); if(true) throw new YuncaiException(""); shopCartDao.deleteTest(12262L); }catch (Exception e){ } }
第一条,第二条sql执行成功
第三条失败