Ver código fonte

用户产品显示

wangyu 6 anos atrás
pai
commit
85e869d29c

+ 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>
 
     <!--根据产品名称分页查询-->