| | |
| | | |
| | | long count(@Param("query") DaoQuery query); |
| | | |
| | | List<OrderDistributeCountInfo> listDistributeUids(); |
| | | List<OrderDistributeCountInfo> listDistributeUids(@Param("minActiveTime") Date minActiveTime); |
| | | |
| | | List<KeyOrder> listNotDistributed(@Param("start") int start,@Param("count") int count); |
| | | |
| | | int deleteAll(@Param("maxCreateTime") Date maxCreateTime); |
| | | |
| | | 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 List<Integer> stateList; |