瀏覽代碼

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!=''">