diff --git a/hiver-modules/hiver-mall/pom.xml b/hiver-modules/hiver-mall/pom.xml
index a452f94e..6e1aead1 100644
--- a/hiver-modules/hiver-mall/pom.xml
+++ b/hiver-modules/hiver-mall/pom.xml
@@ -39,6 +39,11 @@
com.alibaba
fastjson
+
+ com.github.houbb
+ sensitive-word
+ 0.26.0
+
\ No newline at end of file
diff --git a/hiver-modules/hiver-mall/src/main/java/cc/hiver/mall/controller/ShopAreaController.java b/hiver-modules/hiver-mall/src/main/java/cc/hiver/mall/controller/ShopAreaController.java
index b8b3d7ba..a76a55d7 100644
--- a/hiver-modules/hiver-mall/src/main/java/cc/hiver/mall/controller/ShopAreaController.java
+++ b/hiver-modules/hiver-mall/src/main/java/cc/hiver/mall/controller/ShopAreaController.java
@@ -52,9 +52,12 @@ public class ShopAreaController {
@RequestMapping(value = "/getByParentId/{parentId}", method = RequestMethod.GET)
@ApiOperation(value = "閫氳繃parentId鑾峰彇")
public Result
> getByParentId(@PathVariable String parentId,
+ @ApiParam("鍚嶇О妯$硦鎼滅储")
+ @RequestParam(required = false) String title,
@ApiParam("鏄惁寮濮嬫暟鎹潈闄愯繃婊")
@RequestParam(required = false, defaultValue = "true") Boolean openDataFilter) {
List list;
+ String titleKeyword = StrUtil.isBlank(title) ? null : title.trim();
List