@@ -102,7 +102,7 @@
select <include refid="Base_Column_List" />
from t_drug_list
<where>
- status = '1'
+ status = '0'
<if test="drugName != null and drugName !=''">
and drug_name like CONCAT('%',trim(#{drugName}),'%')
</if>