refactor(shop): 移除商品文章中的商户ID字段
- 从 ShopArticle 实体中删除 merchantId 字段 - 从 ShopArticleParam 参数中移除 merchantId 查询条件 - 更新 ShopArticleMapper.xml 中的 SQL 语句,移除与 merchantId 相关的条件
This commit is contained in:
4
pom.xml
4
pom.xml
@@ -103,7 +103,7 @@
|
||||
<dependency>
|
||||
<groupId>com.baomidou</groupId>
|
||||
<artifactId>mybatis-plus-generator</artifactId>
|
||||
<version>3.4.1</version>
|
||||
<version>3.5.3</version>
|
||||
</dependency>
|
||||
|
||||
<!-- hutool -->
|
||||
@@ -159,7 +159,7 @@
|
||||
<dependency>
|
||||
<groupId>com.ibeetl</groupId>
|
||||
<artifactId>beetl</artifactId>
|
||||
<version>3.6.1.RELEASE</version>
|
||||
<version>3.15.10.RELEASE</version>
|
||||
</dependency>
|
||||
|
||||
<!-- SpringDoc OpenAPI 3 -->
|
||||
|
||||
Reference in New Issue
Block a user