From b411a2d3ad970c2d473dc002a68949700dbcffae Mon Sep 17 00:00:00 2001 From: linfso Date: Tue, 24 Sep 2024 10:24:12 +0800 Subject: [PATCH] md --- .../src/main/resources/mapper/EmisSettleInvoiceRelMapper.xml | 2 +- emis-biz/src/main/resources/mapper/EmisSettlePayRelMapper.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/emis-biz/src/main/resources/mapper/EmisSettleInvoiceRelMapper.xml b/emis-biz/src/main/resources/mapper/EmisSettleInvoiceRelMapper.xml index aa2ea9d25..c190d04cd 100644 --- a/emis-biz/src/main/resources/mapper/EmisSettleInvoiceRelMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisSettleInvoiceRelMapper.xml @@ -77,7 +77,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" where a.apply_seq_no = #{applySeqNo} and del_flag='0' - select id, apply_seq_no, pay_id, bill_no, money, del_flag, create_by, create_time, update_by, update_time, create_site, update_site from emis_settle_invoice_rel a where del_flag='0' diff --git a/emis-biz/src/main/resources/mapper/EmisSettlePayRelMapper.xml b/emis-biz/src/main/resources/mapper/EmisSettlePayRelMapper.xml index e4c16ac8a..e82e4829f 100644 --- a/emis-biz/src/main/resources/mapper/EmisSettlePayRelMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisSettlePayRelMapper.xml @@ -42,7 +42,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" order by create_time desc - select id, pay_id, bill_no, pay_money, del_flag, create_by, create_time, update_by, update_time, create_site, update_site from emis_settle_pay_rel a where del_flag='0'