中扬CRM客户关系管理系统
#
luxiaotao1123
2022-09-16 c5f0e74fef89532a7c5d2cca0db67a5101cf0d9b
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));
    }