Browse Source

修复评论bug

zhangxin 4 days ago
parent
commit
0118575127
1 changed files with 1 additions and 1 deletions
  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">