فهرست منبع

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>