From c784fd9269bb542d613cef98e728f746ef0e1b54 Mon Sep 17 00:00:00 2001 From: linfso Date: Wed, 21 Aug 2024 08:42:22 +0800 Subject: [PATCH] md --- .../src/main/resources/mapper/EmisSettleInvoiceRelMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emis-biz/src/main/resources/mapper/EmisSettleInvoiceRelMapper.xml b/emis-biz/src/main/resources/mapper/EmisSettleInvoiceRelMapper.xml index 1280691ad..bb5b25641 100644 --- a/emis-biz/src/main/resources/mapper/EmisSettleInvoiceRelMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisSettleInvoiceRelMapper.xml @@ -83,7 +83,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ) - select billNo, sum(money) sumMoney from emis_settle_invoice_rel a where del_flag='0'