src/main/java/com/taoke/autopay/dao/agent/ChannelAgentMapper.java
@@ -16,6 +16,8 @@ List<ChannelAgent> list(@Param("query") DaoQuery query); List<ChannelAgent> listByIds(@Param("ids") List<Long> ids); long count(@Param("query") DaoQuery query); public static class DaoQuery{