소스 검색

修复评论bug

zhangxin 6 일 전
부모
커밋
0118575127
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      yami-shop-service/src/main/resources/mapper/ProdCommMapper.xml

+ 1 - 1
yami-shop-service/src/main/resources/mapper/ProdCommMapper.xml

@@ -240,7 +240,7 @@
             <if test="po.score != null">
                 and a.score=#{po.score}
             </if>
-            <if test="po.score != null">
+            <if test="po.status != null">
                 and a.status=#{po.status}
             </if>
             <if test="po.replySts != null">