From 7fbf667897b628021d2ae3c9f2eb5386783c4101 Mon Sep 17 00:00:00 2001 From: linfso Date: Mon, 5 May 2025 19:44:56 +0800 Subject: [PATCH] md --- emis-biz/src/main/resources/mapper/EmisSettleBillMapper.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emis-biz/src/main/resources/mapper/EmisSettleBillMapper.xml b/emis-biz/src/main/resources/mapper/EmisSettleBillMapper.xml index 1d78f76f0..fdc18e739 100644 --- a/emis-biz/src/main/resources/mapper/EmisSettleBillMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisSettleBillMapper.xml @@ -126,6 +126,7 @@ tba.open_bill_status as openBillStatus, tba.payment_status as paymentStatus, tba.settle_day as settleDay, + tba.credit_period as creditPeriod, tba.payment_due_date as paymentDueDate, tba.rec_money as recMoney, tba.reced_money as recedMoney, @@ -147,6 +148,7 @@ open_bill_status, payment_status, settle_day, + credit_period, payment_due_date, rec_money, reced_money,