中扬CRM客户关系管理系统
#
LSH
2023-11-02 108e2fc9543ce11e7069c4b4fc10d2f05006333b
src/main/java/com/zy/crm/manager/service/impl/PlanServiceImpl.java
@@ -61,8 +61,8 @@
    }
    @Override
    public Page<Plan> getPage(Page<Plan> page, Long hostId, String deptId, Long userId, String condition) {
        return page.setRecords(baseMapper.listByPage(page, hostId, deptId, userId, condition));
    public Page<Plan> getPage(Page<Plan> page, Long hostId, String deptId, Long userId,  Long director,String condition) {
        return page.setRecords(baseMapper.listByPage(page, hostId, deptId, userId,director, condition));
    }
    private String getNextUuid(Long hostId) {