소스 검색

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>