فهرست منبع

修复评论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">