|
@@ -133,6 +133,7 @@
|
|
|
c.liquid_remark as liquid_remark,
|
|
c.liquid_remark as liquid_remark,
|
|
|
c.liquid_time as liquid_time
|
|
c.liquid_time as liquid_time
|
|
|
from bus_clinic as c
|
|
from bus_clinic as c
|
|
|
|
|
+ left join bus_patient as p on c.patient_id=p.id
|
|
|
<where>
|
|
<where>
|
|
|
p.infusion_id is not null
|
|
p.infusion_id is not null
|
|
|
<if test="query.liquid!=null and query.liquid == true">
|
|
<if test="query.liquid!=null and query.liquid == true">
|