diff --git a/cash-service/product-service/src/main/resources/mapper/ProductMapper.xml b/cash-service/product-service/src/main/resources/mapper/ProductMapper.xml
index bceca7ab..ef911ea5 100644
--- a/cash-service/product-service/src/main/resources/mapper/ProductMapper.xml
+++ b/cash-service/product-service/src/main/resources/mapper/ProductMapper.xml
@@ -175,7 +175,7 @@
- and a.name like concat('%', #{name}, '%')
+ and c.name like concat('%', #{name}, '%')
and c.group_category_id = #{classify}