瀏覽代碼

1.修改status0是有效

zjh 2 年之前
父節點
當前提交
03a341d971
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      cbkj_web_parameter/src/main/resources/mappers/drug/TDrugListMapper.xml

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