Переглянути джерело

add 手动增加床号信息

lifang 3 місяців тому
батько
коміт
e2c40fcc85

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