瀏覽代碼

开通产品修改

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

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

@@ -85,7 +85,7 @@
 		AND b.is_deleted = 'N'
 		AND c.is_deleted = 'N'
 		AND a.user_id = #{userId}
-		AND a.type = 1
+		AND a.type = 2
 		AND c.type = 1) d on b.id=d.product_id
 		where a.is_deleted='N' and b.is_deleted='N' and a.user_id=#{userId}
     </select>