@@ -43,6 +43,11 @@ public class ProductLineDTO {
*/
private Integer productAudit;
+ /**
+ * 停用状态
+ */
+ private Integer serviceStatus;
+
/**
* list格式返回给前台
* @return
@@ -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>
<!--根据产品名称分页查询-->