魏熙美 6 年 前
コミット
c22d60906d
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1
    0
      CODE/smart-community/property-api/src/main/java/com/community/huiju/service/impl/BuildingOwnerInfoServiceImpl.java

+ 1
- 0
CODE/smart-community/property-api/src/main/java/com/community/huiju/service/impl/BuildingOwnerInfoServiceImpl.java ファイルの表示

@@ -455,6 +455,7 @@ public class BuildingOwnerInfoServiceImpl extends ServiceImpl<TpBuildingOwnerInf
455 455
      * @return
456 456
      */
457 457
     @Override
458
+    @Transactional(rollbackFor = Exception.class)
458 459
     public ResponseBean submitExcelData(MultipartFile file, UserElement userElement) {
459 460
         ResponseBean responseBean = new ResponseBean();
460 461
         responseBean = getExcelData(file);