| | |
| | | package com.matrix.system.hive.dao; |
| | | |
| | | import com.matrix.core.pojo.PaginationVO; |
| | | import com.matrix.system.app.vo.OrderDetailItemVo; |
| | | import com.matrix.system.hive.bean.SysOrderItem; |
| | | import com.matrix.system.shopXcx.api.vo.ErpOrderDetailItemVo; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | | import java.util.Date; |
| | |
| | | */ |
| | | 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); |
| | | |
| | |
| | | |
| | | |
| | | public int deleteByOrderId(Long id); |
| | | |
| | | List<OrderDetailItemVo> selectApiOrderDetailItemsByOrderId(@Param("orderId") Long orderId); |
| | | |
| | | List<ErpOrderDetailItemVo> selectErpOrderItemByOrderId(String orderId); |
| | | |
| | | List<SysOrderItem> selectDgd(); |
| | | } |