Преглед на файлове

导出修改。

Signed-off-by: anderx <312518615@qq.com>
anderx преди 5 години
родител
ревизия
b1f687b8a8
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/main/java/com/goafanti/demandCollection/service/impl/DemandCollectionServiceImpl.java

+ 1 - 1
src/main/java/com/goafanti/demandCollection/service/impl/DemandCollectionServiceImpl.java

@@ -209,7 +209,7 @@ public class DemandCollectionServiceImpl extends BaseMybatisDao<DemandCollection
 			 out.flush();
 			 out.close();
 		} catch (Exception e) {
-			logger.error(e.getLocalizedMessage());
+			
 			throw new BusinessException(new Error("表格生成错误。"));
 		}finally {
 			out.flush();