瀏覽代碼

用户产品显示

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

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

@@ -44,7 +44,7 @@
     </resultMap>
 
     <select id="productLines" resultType="com.diagbot.dto.ProductLineDTO">
-        SELECT * FROM `diag_lantone_product` WHERE is_deleted = 'N'
+        SELECT * FROM `diag_lantone_product` WHERE is_deleted = 'N' AND  service_status = 1
     </select>
 
     <!--根据产品名称分页查询-->