소스 검색

no message

FengChaoYu 7 달 전
부모
커밋
ab42405587
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      mall-miniapp-service/src/main/resources/mapper/MaterialMapper.xml

+ 1 - 1
mall-miniapp-service/src/main/resources/mapper/MaterialMapper.xml

@@ -503,7 +503,7 @@
             <if test="partsName != null and partsName != ''">
                 AND a.goods_name LIKE CONCAT('%',#{partsName},'%')
             </if>
-            <if test="materialGroupId != null and materialGroupId != ''">
+            <if test="materialGroupName != null and materialGroupName != ''">
                 AND a.material_group_name = #{materialGroupName}
             </if>
             <choose>