|
@@ -119,7 +119,7 @@ public interface PrintInfusionCardDao {
|
|
|
"where b.ward_code=#{wardCode} ${alwaysFlag} " +
|
|
|
"and b.occ_time>=#{startTime} and b.occ_time<=#{endTime} ${printComment} " +
|
|
|
"and isnull(b.status_flag,'')!='d' and d.dept=#{wardCode} and d.ward=#{wardCode} " +
|
|
|
- "and a.status_flag>'1' and a.supply_code=e.supply_code and e.class='2' " +
|
|
|
+ "and a.status_flag>'1' and a.supply_code=e.supply_code and e.class=#{bottleCardType} " +
|
|
|
"and e.pring_flag='1' and isnull(a.parent_no,0)=0 and a.inpatient_no=d.inpatient_no " +
|
|
|
"and a.admiss_times=d.admiss_times and a.frequ_code=c.code and a.act_order_no=b.act_order_no " +
|
|
|
"and b.bed_no in (${bedNos})")
|