ソースを参照

取消测试接口

anderx 5 日 前
コミット
dcb98847c8
共有1 個のファイルを変更した0 個の追加1 個の削除を含む
  1. 0 1
      src/main/java/com/goafanti/customer/service/impl/CustomerServiceImpl.java

+ 0 - 1
src/main/java/com/goafanti/customer/service/impl/CustomerServiceImpl.java

@@ -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());