| | |
| | | }catch (ParseException e) { |
| | | e.printStackTrace(); |
| | | } |
| | | // if (comSwRotaDO == null) { |
| | | // return R.fail(rotaDate + "值班表不存在"); |
| | | // } |
| | | if (comSwRotaDO == null) { |
| | | return R.fail(rotaDate + "值班表不存在"); |
| | | } |
| | | List<ComSwRotaPersonVO> rotaPersons = new ArrayList<>(); |
| | | if (null != comSwRotaDO){ |
| | | String rotaPerson = comSwRotaDO.getRotaPerson(); |
| | |
| | | } catch (ParseException e) { |
| | | e.printStackTrace(); |
| | | } |
| | | // if (comSwRotaDO == null) { |
| | | // return R.fail(rotaDate + "值班表不存在"); |
| | | // } |
| | | if (comSwRotaDO == null) { |
| | | return R.fail(rotaDate + "值班表不存在"); |
| | | } |
| | | List<ComSwRotaPersonVO> rotaLeaders = new ArrayList<>(); |
| | | if (null != comSwRotaDO){ |
| | | String rotaPerson = comSwRotaDO.getRotaLeader(); |