瀏覽代碼

导出修改。

Signed-off-by: anderx <312518615@qq.com>
anderx 5 年之前
父節點
當前提交
b1f687b8a8

+ 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();