فهرست منبع

add 手动增加床号信息

lifang 3 ماه پیش
والد
کامیت
e2c40fcc85
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      nb-service/web-service/src/main/resources/mapper/bus/BusClinicMapper.xml

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

@@ -137,7 +137,7 @@
         as p on c.patient_id = p.id
         <where>
             <if test="query.liquid!=null and query.liquid == true">
-                and c.finished= 1 and i.undo = 1
+                and c.finished= 1 and i.is_undo = 1
             </if>
 
             <if test="query.monitorType!=null and query.monitorType!=''">