|
|
@@ -2930,7 +2930,6 @@ public class CustomerServiceImpl extends BaseMybatisDao<UserMapper> implements C
|
|
|
public Pagination<OutChannelListBo> channelUserList(InputChannelListBo in) {
|
|
|
Map<String, Object> params = new HashMap<>();
|
|
|
addParams(in, params);
|
|
|
-
|
|
|
Pagination<OutChannelListBo> p = (Pagination<OutChannelListBo>) findPage(
|
|
|
"channelUserList", "channelUserCout", params, in.getPageNo(),
|
|
|
in.getPageSize());
|