瀏覽代碼

修复评论bug

zhangxin 5 天之前
父節點
當前提交
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">