springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComSwRotaServiceImpl.java
@@ -225,6 +225,9 @@ }catch (ParseException e) { e.printStackTrace(); } if (comSwRotaDO == null) { return R.fail(rotaDate + "值班表不存在"); } List<ComSwRotaPersonVO> rotaPersons = new ArrayList<>(); if (null != comSwRotaDO){ String rotaPerson = comSwRotaDO.getRotaPerson(); @@ -252,6 +255,9 @@ } catch (ParseException e) { e.printStackTrace(); } if (comSwRotaDO == null) { return R.fail(rotaDate + "值班表不存在"); } List<ComSwRotaPersonVO> rotaLeaders = new ArrayList<>(); if (null != comSwRotaDO){ String rotaPerson = comSwRotaDO.getRotaLeader();