src/main/java/com/zbooksoft/gdmis/controller/BorrowController.java
@@ -191,6 +191,7 @@ @RequiresUser public Object saveBorrowDetail(Long formId, @RequestBody ArrayList<BorrowDetail> borrowDetailList) { try { //添加判断,判断一年是否已经 borrowDetailService.saveOrUpdateBatch(borrowDetailList); return new AjaxResponse(true); } catch (Exception e) {