| | |
| | | * @param keyType |
| | | * @param key |
| | | * @param state |
| | | * @param type |
| | | * @param typeList |
| | | * @param orderState |
| | | * @param startTime |
| | | * @param endTime |
| | |
| | | */ |
| | | |
| | | public List<CommonOrderVO> listQuery(long start, int count, Integer keyType, String key, Integer state, |
| | | Integer type, Integer orderState, String startTime, String endTime, Integer source, |
| | | List<Integer> typeList, Integer orderState, String startTime, String endTime, Integer source, |
| | | List<Long> listShopId, List<Long> listGoodsId, Date minTime, BigDecimal money, BigDecimal payment, SystemEnum system) |
| | | throws CommonOrderException; |
| | | |
| | | public long countQuery(Integer keyType, String key, Integer state, Integer type, Integer orderState, |
| | | public long countQuery(Integer keyType, String key, Integer state, List<Integer> typeList, Integer orderState, |
| | | String startTime, String endTime, Integer source, |
| | | List<Long> listShopId, List<Long> listGoodsId, Date minTime, BigDecimal money, BigDecimal payment, SystemEnum system) throws CommonOrderException; |
| | | |