src/main/java/com/product/administration/service/ConferenceManagerService.java
@@ -247,6 +247,7 @@ }else { fieldSetEntity1.setValue("status","会议中"); } // baseDao.update(fieldSetEntity1); } baseDao.update(product_oa_conference_apply); @@ -373,6 +374,7 @@ } HashMap<String,Object> hashMap=new HashMap<>(); BaseUtil.createCreatorAndCreationTime(SpringMVCContextHolder.getCurrentUser(), fse); if(flag==false){ hashMap.put("code","200"); hashMap.put("msg","此时间段已被占用");