Bläddra i källkod

add 手动增加床号信息

lifang 3 månader sedan
förälder
incheckning
733299afe8

+ 1 - 4
nb-service/web-service/src/main/resources/mapper/bus/BusClinicMapper.xml

@@ -135,12 +135,9 @@
         from bus_clinic as c
         left join bus_patient
         as p on c.patient_id = p.id
-        <if test="query.liquid!=null and query.liquid == true">
-            join bus_infusion_history as i on c.id = p.infusion_id
-        </if>
         <where>
             <if test="query.liquid!=null and query.liquid == true">
-                and c.finished= 1 and i.is_undo = 1
+                and c.finished= 1
             </if>
 
             <if test="query.monitorType!=null and query.monitorType!=''">