|
@@ -23,7 +23,7 @@ public interface MtGoodsMapper extends BaseMapper<MtGoods> {
|
|
|
|
|
|
MtGoods getByGoodsNo(@Param("merchantId") Integer merchantId, @Param("goodsNo") String goodsNo);
|
|
|
|
|
|
- Boolean updateInitSale(@Param("goodsId") Integer goodsId);
|
|
|
+ Boolean updateInitSale(@Param("goodsId") Integer goodsId, @Param("saleNum") Integer saleNum);
|
|
|
|
|
|
List<GoodsBean> selectGoodsList(@Param("merchantId") Integer merchantId, @Param("storeId") Integer storeId, @Param("cateId") Integer cateId, @Param("keyword") String keyword);
|
|
|
|