|
@@ -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);
|