@@ -71,7 +71,7 @@
p.id = o.product_id
) oppended_num
FROM
- `diag_lantone_product` p WHERE p.is_deleted ='N' and service_status = 1
+ `diag_lantone_product` p WHERE p.is_deleted ='N'
<if test="name != null and name != ''">
AND p.name LIKE concat ('%',#{name},'%')
</if>