Procházet zdrojové kódy

输液贴用药方式

zengfanwei před 1 měsícem
rodič
revize
376ace3e6d

+ 1 - 1
src/main/java/thyyxxk/webserver/dao/his/inpatient/nursemodule/PrintInfusionCardDao.java

@@ -113,7 +113,7 @@ public interface PrintInfusionCardDao {
             "cast(cast(a.act_order_no as decimal) as varchar),rtrim(a.order_code),'i'," +
             "rtrim(convert(varchar,a.dose))+isnull(f.name,''),a.drug_occ,rtrim(c.print_name)," +
             "rtrim(a.supply_code),a.start_time,a.end_time, " +
-            "rtrim(a.order_name)+'('+rtrim(a.drug_specification)+')',rtrim(a.instruction),rtrim(a.dose)," +
+            "rtrim(a.order_name)+'('+rtrim(a.drug_specification)+')',rtrim(e.supply_name),rtrim(a.dose)," +
             "rtrim(a.dose_unit) from yz_act_order a left join yp_zd_unit f on a.dose_unit=f.code, " +
             "yz_act_occ b,yz_order_frequency c,zy_actpatient d,yz_supply_type e " +
             "where b.ward_code=#{wardCode} ${alwaysFlag} " +