Administrator
2021-08-30 188ed7f38446d6f87a4a444e0f07afbcceb41f73
src/main/java/org/springblade/modules/dispatcher/service/impl/DispatcherServiceImpl.java
@@ -87,4 +87,14 @@
   public Integer getDispatcherCount(DispatcherUnitVO dispatcherUnitVO1) {
      return baseMapper.getDispatcherCount(dispatcherUnitVO1);
   }
   /**
    * 查询用的派遣信息
    * @param userId 用户id
    * @return
    */
   @Override
   public DispatcherVO getDispatcherInfoByUserId(Long userId) {
      return baseMapper.getDispatcherInfoByUserId(userId);
   }
}