Browse Source

no message

xiaochan 1 year ago
parent
commit
e604e65ff0

+ 1 - 1
src/main/java/thyyxxk/webserver/dao/his/zhuyuanyiji/MenZhengXiangMuDao.java

@@ -80,7 +80,7 @@ public interface MenZhengXiangMuDao {
             "       confirm_id,confirm_id_name = (select rtrim(name) from a_employee_mi where code = confirm_id), " +
             "       confirm_time " +
             "       from mz_charge_detail " +
-            "where  real_no = #{realNo} and patient_id = #{patientNo} and times = #{times} and req_no is null  " +
+            "where  real_no = #{realNo} and patient_id = #{patientNo} and times = #{times} and req_no is not null  " +
             "and pay_mark = '0' and group_no = '00' and charge_item_code  <> 'BILL99' " +
             "<if test=\"xiangMuZhuangTai != null and xiangMuZhuangTai == 0 \">" +
             "and (confirm_flag = 0 or confirm_flag = 3) " +