Browse Source

1.修改status0是有效

zjh 2 years ago
parent
commit
03a341d971

+ 1 - 1
cbkj_web_parameter/src/main/resources/mappers/drug/TDrugListMapper.xml

@@ -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>