1
0
chenendian преди 6 месеца
родител
ревизия
f550dc6883
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      siwei-modules/siwei-apply/src/main/java/com/siwei/apply/controller/NodeAttachmentController.java

+ 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 {
                 return R.fail("处理文件失败");
             }
-
         } catch (Exception e) {
             logger.error("处理文件异常", e);
             return R.fail(502,"处理文件异常:" + e.getMessage());