ycl-common/src/main/java/com/ycl/service/store/impl/UmsStoreInfoServiceImpl.java
@@ -15,6 +15,7 @@ import org.springframework.beans.BeanUtils; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; import org.springframework.web.multipart.MultipartFile; import java.util.ArrayList; @@ -43,6 +44,7 @@ } @Override @Transactional(rollbackFor = Exception.class) public boolean addByExcel(MultipartFile file) { if (file == null) { throw new ApiException(ResultCode.FILE_NOT_FOUND);