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); } }