| | |
| | | package com.ruoyi.project.service.impl; |
| | | |
| | | import java.util.List; |
| | | |
| | | import com.fasterxml.jackson.databind.ser.Serializers; |
| | | import com.ruoyi.common.utils.DateUtils; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Service; |
| | | import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; |
| | | import com.baomidou.mybatisplus.core.toolkit.Wrappers; |
| | | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
| | | |
| | | import java.util.ArrayList; |
| | | import java.util.Map; |
| | | |
| | | import com.ruoyi.common.utils.StringUtils; |
| | | import com.ruoyi.project.mapper.BaseOrganizationMapper; |
| | | import com.ruoyi.project.domain.BaseOrganization; |
| | |
| | | * @date 2021-11-05 |
| | | */ |
| | | @Service |
| | | public class BaseOrganizationServiceImpl extends ServiceImpl<BaseOrganizationMapper, BaseOrganization> implements IBaseOrganizationService |
| | | { |
| | | |
| | | public class BaseOrganizationServiceImpl extends ServiceImpl<BaseOrganizationMapper, BaseOrganization> implements IBaseOrganizationService { |
| | | @Autowired |
| | | private BaseOrganizationMapper baseOrganizationMapper; |
| | | |
| | | /** |
| | | * 查询机构管理列表 |
| | |
| | | return this.list(wrappers); |
| | | } |
| | | |
| | | @Override |
| | | public String getMaxOrganizationID(String organizationid) { |
| | | return baseOrganizationMapper.getMaxOrganizationID(organizationid); |
| | | |
| | | } |
| | | } |