Browse Source

本院记账在收款明细中显示

hurugang 5 năm trước cách đây
mục cha
commit
1b9fba5a81

+ 1 - 1
src/main/java/cn/hnthyy/thmz/mapper/his/ChargeFeeVoMapper.java

@@ -29,7 +29,7 @@ public interface ChargeFeeVoMapper {
             "   receipt_sn=r.receipt_sn , " +
             "   m.cheque_type, " +
             "   m.op_id from mz_deposit_file  m left join mz_receipt_serial r on m.serial_no =r.serial_no where   r.pay_id=#{userIdCode} and" +
-            "   m.dcount_no=0 and m.cheque_type <>'Z' and m.cheque_type <>'Y' " +
+            "   m.dcount_no=0 and m.cheque_type <>'Z'  " +
             "  group by r.receipt_sn,r.receipt_bill,m.cheque_type,r.pay_mark,m.op_id " +
             "   order by abs(r.receipt_sn),r.receipt_bill")
     List<ChargeFeeVo> selectChargeFeeVoUnAccount(@Param("userIdCode") String userIdCode);