| | |
| | | import java.util.List;
|
| | | import java.util.Map;
|
| | |
|
| | | import com.yeshi.fanli.entity.SystemEnum;
|
| | | import org.apache.ibatis.annotations.Param;
|
| | |
|
| | | import com.yeshi.fanli.dao.BaseMapper;
|
| | |
| | | * @return
|
| | | */
|
| | | List<LostOrder> listQuery(@Param("start") long start, @Param("count") int count, @Param("key") String key,
|
| | | @Param("state") Integer state, @Param("handleType") Integer handleType, @Param("type") Integer type);
|
| | | @Param("state") Integer state, @Param("handleType") Integer handleType, @Param("type") Integer type,@Param("system") SystemEnum system);
|
| | |
|
| | | long countQuery(@Param("key") String key, @Param("state") Integer state, @Param("handleType") Integer handleType,
|
| | | @Param("type") Integer type);
|
| | | @Param("type") Integer type, @Param("system") SystemEnum system);
|
| | |
|
| | | /**
|
| | | * 统计申诉订单数量
|
| | |
| | | * @param preDay
|
| | | * @return
|
| | | */
|
| | | Integer countLostOrderNum(@Param("preDay") String preDay);
|
| | | Integer countLostOrderNum(@Param("preDay") String preDay, @Param("resultCode") int resultCode);
|
| | |
|
| | | /**
|
| | | * 统计申诉成功订单金额
|