Skip to content

Commit

Permalink
优化代码结构
Browse files Browse the repository at this point in the history
  • Loading branch information
LeiGaoRobot committed Jun 10, 2022
1 parent 4316fa8 commit b7b278f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 23 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -215,16 +215,16 @@ static String getStockCacheKey(String id) {
/**
* 删除并且新增sku,即覆盖之前信息
*
* @param goodsSkus
* @param goodsSkus 商品sku集合
* @return
*/
boolean deleteAndInsertGoodsSkus(List<GoodsSku> goodsSkus);

/**
* 统计sku总数
*
* @param storeId
* @return
* @param storeId 店铺id
* @return sku总数
*/
Long countSkuNum(String storeId);
}
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@
<imageName>${docker-registry}/${project.artifactId}:${revision}.${images-version}</imageName>
<baseImage>java</baseImage>
<entryPoint>["java", "-jar", "/${project.build.finalName}.jar"]</entryPoint>
<pushImage>true</pushImage>
<resources>
<resource>
<targetPath>/</targetPath>
Expand Down

0 comments on commit b7b278f

Please sign in to comment.