中扬CRM客户关系管理系统
#
luxiaotao1123
2022-09-16 8059a4c152f3238d9b98c04705956ffa8662f4c2
src/main/java/com/zy/crm/manager/service/impl/CstmrServiceImpl.java
@@ -25,7 +25,7 @@
    }
    @Override
    public Page<Cstmr> getPage(Page page, Long hostId, String deptId, Object condition) {
    public Page<Cstmr> getPage(Page page, Long hostId, String deptId, String condition) {
        return page.setRecords(baseMapper.listByPage(page, hostId, deptId, condition));
    }