| | |
| | | package com.yeshi.fanli.service.inter.order;
|
| | |
|
| | | import java.util.List;
|
| | | import java.util.Map;
|
| | | import java.util.concurrent.locks.ReentrantReadWriteLock;
|
| | |
|
| | | import com.yeshi.fanli.entity.bus.user.LostOrder;
|
| | |
| | | */
|
| | | void deleteLostOrderByUid(long uid);
|
| | |
|
| | | /**
|
| | | * 统计用户申诉次数
|
| | | * @param uid
|
| | | * @return
|
| | | */
|
| | | public Map<String, Object> countByUid(long uid);
|
| | |
|
| | | /**
|
| | | * 后端查询
|
| | | * @param start
|
| | | * @param count
|
| | | * @param key
|
| | | * @param state
|
| | | * @param handleType
|
| | | * @return
|
| | | */
|
| | | public List<LostOrder> listQuery(long start, int count, String key, Integer state, Integer handleType);
|
| | |
|
| | | public long countQuery(String key, Integer state, Integer handleType);
|
| | |
|
| | | }
|