| | |
| | | |
| | | List<MallOrderInfo> selectOrderInfoByStatus(@Param("status") Integer status); |
| | | |
| | | List<MallOrderInfo> selectOrderInfoByStatusAndIsInvoice(@Param("status") Integer status,@Param("isInvoice") Integer isInvoice); |
| | | |
| | | List<MallOrderInfo> selectOrderInfoUpTime(@Param("status") Integer status); |
| | | |
| | | Integer selectCntDirectOrTeam(@Param("type") Integer type, @Param("inviteId") String inviteId); |
| | |
| | | |
| | | @SqlParser(filter = true) |
| | | IPage<AdminGoodsStatisticsVo> getGoodsStatisticsInPage(Page<AdminGoodsStatisticsVo> page, @Param("record") MallOrderItem mallOrderItem); |
| | | |
| | | BigDecimal selectAmountOrTeamAmount(@Param("inviteId") String inviteId, @Param("type") Integer type); |
| | | |
| | | MallOrderInfo selectBypayOrderNo(@Param("payOrderNo")String payOrderNo); |
| | | } |