瀏覽代碼

删除产品用户不显示问题

wangfeng 6 年之前
父節點
當前提交
9021276ca2
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      diagbotman-service/src/main/resources/mapper/OpenedProductsMapper.xml

+ 1 - 0
diagbotman-service/src/main/resources/mapper/OpenedProductsMapper.xml

@@ -234,6 +234,7 @@
         ON a.product_id=b.id
         WHERE
         a.is_deleted = "N"
+        AND b.is_deleted = "N"
         AND a.user_id in
         <foreach collection="list" item="ids" open="(" close=")" separator=",">
             #{ids}