1
0
chenendian 2 месяцев назад
Родитель
Сommit
f550dc6883

+ 0 - 1
siwei-modules/siwei-apply/src/main/java/com/siwei/apply/controller/NodeAttachmentController.java

@@ -72,7 +72,6 @@ public class NodeAttachmentController extends BaseController {
             } else {
             } else {
                 return R.fail("处理文件失败");
                 return R.fail("处理文件失败");
             }
             }
-
         } catch (Exception e) {
         } catch (Exception e) {
             logger.error("处理文件异常", e);
             logger.error("处理文件异常", e);
             return R.fail(502,"处理文件异常:" + e.getMessage());
             return R.fail(502,"处理文件异常:" + e.getMessage());