...
|
...
|
@@ -20,7 +20,7 @@ public interface StorageMapper { |
|
|
|
|
|
List<Storage> selectByGoodsIdList(@Param("list") List<Integer> goodsIdList);
|
|
|
|
|
|
int addStorageNum(@Param("storageId")Integer storageId, @Param("storageNum")Integer storageNum, @Param("oldStorageNum")Integer oldStorageNum);
|
|
|
int updateStorageNum(@Param("storageId")Integer storageId, @Param("storageNum")Integer storageNum, @Param("oldStorageNum")Integer oldStorageNum);
|
|
|
|
|
|
List<Storage> selectByIds(@Param("storageIdList")List<Integer> storageIdList);
|
|
|
} |
|
|
\ No newline at end of file |
...
|
...
|
|