|
|
@@ -8,7 +8,6 @@ import com.baomidou.mybatisplus.core.conditions.update.UpdateWrapper;
|
|
|
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
|
|
|
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
|
|
import com.ydtech.aop.exception.DescribeException;
|
|
|
-import com.ydtech.exception.SystemException;
|
|
|
import com.ydtech.modules.admin.dao.*;
|
|
|
import com.ydtech.modules.admin.model.*;
|
|
|
import com.ydtech.modules.admin.model.dto.*;
|
|
|
@@ -27,14 +26,9 @@ import org.springframework.transaction.annotation.Transactional;
|
|
|
import javax.annotation.Resource;
|
|
|
import java.math.BigDecimal;
|
|
|
import java.math.RoundingMode;
|
|
|
-import java.text.ParseException;
|
|
|
import java.text.SimpleDateFormat;
|
|
|
-import java.time.LocalDate;
|
|
|
-import java.time.ZoneId;
|
|
|
-import java.time.temporal.ChronoUnit;
|
|
|
import java.util.*;
|
|
|
import java.util.stream.Collectors;
|
|
|
-import java.util.stream.Stream;
|
|
|
|
|
|
/**
|
|
|
* 配置机构合伙人表(SysPartner)表服务实现类
|
|
|
@@ -54,8 +48,6 @@ public class SysPartnerServiceImpl extends ServiceImpl<SysPartnerMapper, SysPart
|
|
|
|
|
|
@Resource
|
|
|
private SysDeptMapper sysDeptMapper;
|
|
|
- @Resource
|
|
|
- private SysUserService sysUserService;
|
|
|
|
|
|
@Resource
|
|
|
private SysUserMapper sysUserMapper;
|
|
|
@@ -65,9 +57,6 @@ public class SysPartnerServiceImpl extends ServiceImpl<SysPartnerMapper, SysPart
|
|
|
@Resource
|
|
|
private SysAgencyLeaderService sysAgencyLeaderService;
|
|
|
|
|
|
- @Resource
|
|
|
- private SysPartnerTimeMapper sysPartnerTimeMapper;
|
|
|
-
|
|
|
@Resource
|
|
|
private SysPartnerAccountMapper sysPartnerAccountMapper;
|
|
|
|