refactor(shop): 移除商品文章中的商户ID字段

- 从 ShopArticle 实体中删除 merchantId 字段
- 从 ShopArticleParam 参数中移除 merchantId 查询条件
- 更新 ShopArticleMapper.xml 中的 SQL 语句,移除与 merchantId 相关的条件
This commit is contained in:
2025-08-13 03:40:12 +08:00
parent 26311f7030
commit c85c74fb80
14 changed files with 750 additions and 476 deletions

View File

@@ -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 -->