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>