| | |
| | | */ |
| | | public List<SysOrderItem> selectByOrderId(@Param("orderId") Long orderId); |
| | | |
| | | public Integer selectByGoodsId(@Param("goodsId") Long goodsId); |
| | | public Integer selectByGoodsId(@Param("goodsId") Long goodsId,@Param("vipId") Long vipId); |
| | | |
| | | public List<SysOrderItem> selectItemByTime(@Param("shopId")Long shopId, @Param("time")Date time); |
| | | |
| | |
| | | List<OrderDetailItemVo> selectApiOrderDetailItemsByOrderId(@Param("orderId") Long orderId); |
| | | |
| | | List<ErpOrderDetailItemVo> selectErpOrderItemByOrderId(String orderId); |
| | | |
| | | List<SysOrderItem> selectDgd(); |
| | | } |