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