Skip to content

Commit

Permalink
!189 优化代码结构
Browse files Browse the repository at this point in the history
Merge pull request !189 from OceansDeep/feature/pg
  • Loading branch information
OceansDeep authored and gitee-org committed Jun 10, 2022
2 parents 7129410 + b7b278f commit 24de62f
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 24de62f

Please sign in to comment.