浏览代码

用户更多服务产皮停用状态返回

wangyu 6 年之前
父节点
当前提交
574fb293c5

+ 5 - 0
diagbotman-service/src/main/java/com/diagbot/dto/ProductLineDTO.java

@@ -43,6 +43,11 @@ public class ProductLineDTO {
      */
     private Integer productAudit;
 
+    /**
+     * 停用状态
+     */
+    private Integer serviceStatus;
+
     /**
      * list格式返回给前台
      * @return

+ 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' AND  service_status = 1
+        SELECT * FROM `diag_lantone_product` WHERE is_deleted = 'N'
     </select>
 
     <!--根据产品名称分页查询-->