Browse Source

结算单

xiaochan 3 years ago
parent
commit
095f15c570

+ 1 - 2
src/main/java/thyyxxk/webserver/dao/his/medicalinsurance/UpIdCollectionDao.java

@@ -90,8 +90,7 @@ public interface UpIdCollectionDao {
             "        b.dis_date as dscg_time,  " + // -- 出院时间
             "       dscg_caty = (select rtrim(si_caty) from zd_unit_code where code=isnull(isnull(zk_dept,zk_ward),small_dept)), " + // -- 出院科别
             "       datediff(day ,b.admiss_date ,b.dis_date) as  act_ipt_days,  " +  // 实际住院天数
-            "       zy_serial_no as biz_sn," +// 业务流水号
-            "       operation as trt_type    " +   //  治疗类别
+            "       zy_serial_no as biz_sn " +// 业务流水号
             "from batj_ba2 a,zy_inactpatient b " +
             "where a.bah = b.inpatient_no and a.zycs = b.admiss_times " +
             "and a.bah = #{patNo} and a.zycs = #{times}")