瀏覽代碼

日结报表打印发票的看不到

hurugang 5 年之前
父節點
當前提交
b427347f5d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/cn/hnthyy/thmz/mapper/his/ChargeFeeVoMapper.java

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

@@ -289,7 +289,7 @@ public interface ChargeFeeVoMapper {
             "         rtrim(mzy_reqrec.receipt_bill) receipt_bill," +
             "         rtrim(mzy_reqrec.serial_no) serial_no " +
             "    FROM mzy_reqrec " +
-            " where mzy_reqrec.op_id like #{userIdCode} and dcount_no=0 and times  > 0 " +
+            " where mzy_reqrec.printer_id like #{userIdCode} and print_dcount_no=0 and times  > 0 " +
             "order by op_id,mzy_reqrec.receipt_bill")
     List<ReceiptBillVo> selectGhReceiptBillVoUnAccount(@Param("userIdCode") String userIdCode);