jyy
2021-07-10 ff2531da1476f6fcc3993097c9e852ec4b7ab1c7
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);