소스 검색

type去除

yjwang 4 일 전
부모
커밋
ebd1ed1dba
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      fs-service/src/main/resources/mapper/hospital580/Hospital580PrescriptionScrmMapper.xml

+ 3 - 3
fs-service/src/main/resources/mapper/hospital580/Hospital580PrescriptionScrmMapper.xml

@@ -128,9 +128,9 @@
         <if test="query.doctorDrugId != null">
             AND hps.doctor_drug_id = #{query.doctorDrugId}
         </if>
-        <if test="query.type != null">
-            AND hps.type = #{query.type}
-        </if>
+<!--        <if test="query.type != null">-->
+<!--            AND hps.type = #{query.type}-->
+<!--        </if>-->
         <if test="query.patientName != null and query.patientName != ''">
             AND hps.patient_name LIKE CONCAT('%', #{query.patientName}, '%')
         </if>