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>