xiaoyong931011
2022-12-02 c23f6436ef6f9fb6a17fcef51c2b81958e01e0a9
src/main/java/cc/mrbird/febs/mall/mapper/MallGoodsMapper.java
@@ -46,4 +46,13 @@
    IPage<MallGoodsCommentVo> selectMallGoodsCommentListQueryInPage(Page<MallGoodsCommentVo> page,  @Param("record")MallGoodsComment mallGoodsComment);
    IPage<DataDictionaryCustom> getDeliveryHomeListInPage(Page<DataDictionaryCustom> page, @Param("record")AdminHomeDeliverySettingVo adminHomeDeliverySettingVo);
    MallGoodsCommentVo findMallGoodsCommentLevelByGoodsId(@Param("id")Long id);
    Integer upDateStockAndVolumeByGoodsId(@Param("id")Long id,@Param("cnt")Integer cnt);
    Integer updateStockAndVolumeByGoodsId(@Param("id")Long id,@Param("cnt")Integer cnt);
    List<MallGoodsListVo> selectMallGoodsListQueryNoPage(@Param("record")MallGoodsQueryDto queryDto);
}