| | |
| | | |
| | | long count(@Param("query") DaoQuery query); |
| | | |
| | | List<OrderDistributeCountInfo> listDistributeUids(); |
| | | List<OrderDistributeCountInfo> listDistributeUids(@Param("minActiveTime") Date minActiveTime, @Param("minKeyOrderCreateTime") Date minKeyOrderCreateTime); |
| | | |
| | | List<KeyOrder> listNotDistributed(@Param("start") int start,@Param("count") int count); |
| | | |
| | | int deleteAll(@Param("maxCreateTime") Date maxCreateTime); |
| | | |
| | | int removeDistributedClient(String id); |
| | | |
| | | public static class DaoQuery{ |
| | | public String id; |
| | | public String key; |
| | | public Integer orderType; |
| | | public String orderNo; |
| | | public Long uid; |
| | | public Integer orderState; |
| | | public Integer state; |
| | | public Long agentId; |
| | | public List<Integer> stateList; |
| | | public String stateDesc; |
| | | public Long distributeClientUid; |