事务中包住异常sql执行结果

public void test(Long id){
       shopCartDao.deleteTest(10089L);
       try {
           shopCartDao.deleteTest(12261L);
           if(true)
               throw new YuncaiException("");
           shopCartDao.deleteTest(12262L);
       }catch (Exception e){

       }
   }

 

第一条,第二条sql执行成功

第三条失败

posted @ 2018-11-05 10:26  車輪の唄  阅读(11)  评论(0编辑  收藏  举报  来源