xiaoyong931011
2021-08-13 2562e13a8db342cc1e23e17b8a26d84ce314f9eb
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);