jyy
2021-06-27 6e783f279e7b1dd1f0fc243d7d8504ede0b25870
zq-erp/src/main/java/com/matrix/system/hive/dao/SysOrderItemDao.java
@@ -46,7 +46,7 @@
    */
   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);