Browse Source

修复 bug

weiximei 6 years ago
parent
commit
94da1d176e

+ 1
- 1
CODE/smart-community/app-api/src/main/java/com/community/huiju/service/impl/TicketServiceImpl.java View File

426
         return responseBean;
426
         return responseBean;
427
     }
427
     }
428
 
428
 
429
-    @Transactional
429
+    @Transactional(rollbackFor = Exception.class)
430
     @Override
430
     @Override
431
     public ResponseBean stopTpTicketRecord(Integer communityId, Integer ticketId, Integer userId) {
431
     public ResponseBean stopTpTicketRecord(Integer communityId, Integer ticketId, Integer userId) {
432
         ResponseBean responseBean = new ResponseBean();
432
         ResponseBean responseBean = new ResponseBean();