From 1738f12bdd3f0c4b76a71b86ae78721e0c0be74a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=A5=8E=E5=85=B4?= <2220574228@qq.com> Date: Fri, 27 Feb 2026 14:23:59 +0800 Subject: [PATCH] =?UTF-8?q?jeecg=E5=88=A4=E7=A9=BA=E5=88=A4=E6=96=AD?= =?UTF-8?q?=E5=8E=BB=E9=99=A4;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/BmsInvoiceInfoMapper.xml | 6 +++--- .../src/main/resources/mapper/BmsInvoiceListMapper.xml | 10 +++++----- .../resources/mapper/inventory/InventoryMapper.xml | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/mhd_bms/src/main/resources/mapper/BmsInvoiceInfoMapper.xml b/mhd_bms/src/main/resources/mapper/BmsInvoiceInfoMapper.xml index 1e12d8390..1811f8b19 100644 --- a/mhd_bms/src/main/resources/mapper/BmsInvoiceInfoMapper.xml +++ b/mhd_bms/src/main/resources/mapper/BmsInvoiceInfoMapper.xml @@ -14,13 +14,13 @@ and a.id = #{tmsInvoiceInfoDTO.id} and instr(a.id ,#{tmsInvoiceInfoDTO.id}) > 0 and a.create_by = #{tmsInvoiceInfoDTO.createBy} - + and a.invoice_title LIKE CONCAT('%',#{tmsInvoiceInfoDTO.invoiceTitle},'%') - + and a.tax_reg_account LIKE CONCAT('%',#{tmsInvoiceInfoDTO.taxRegAccount},'%') - + and a.create_by_name LIKE CONCAT('%',#{tmsInvoiceInfoDTO.createByName},'%') diff --git a/mhd_bms/src/main/resources/mapper/BmsInvoiceListMapper.xml b/mhd_bms/src/main/resources/mapper/BmsInvoiceListMapper.xml index 97c87bbd0..7e97e7332 100644 --- a/mhd_bms/src/main/resources/mapper/BmsInvoiceListMapper.xml +++ b/mhd_bms/src/main/resources/mapper/BmsInvoiceListMapper.xml @@ -48,19 +48,19 @@ and a.sys_org_code = #{bmsInvoiceListQueryDTO.sysOrgCode} - + and a.apply_number LIKE CONCAT('%',#{bmsInvoiceListQueryDTO.applyNumber},'%') - + and a.shipper_name LIKE CONCAT('%',#{bmsInvoiceListQueryDTO.shipperName},'%') - + and a.shipper_id = #{bmsInvoiceListQueryDTO.shipperId} - + and a.company_name LIKE CONCAT('%',#{bmsInvoiceListQueryDTO.companyName},'%') - + and a.invoice_title LIKE CONCAT('%',#{bmsInvoiceListQueryDTO.invoiceTitle},'%') diff --git a/mhd_transport/src/main/resources/mapper/inventory/InventoryMapper.xml b/mhd_transport/src/main/resources/mapper/inventory/InventoryMapper.xml index f2073d406..9b199f4f8 100644 --- a/mhd_transport/src/main/resources/mapper/inventory/InventoryMapper.xml +++ b/mhd_transport/src/main/resources/mapper/inventory/InventoryMapper.xml @@ -80,7 +80,7 @@ AND m.code_managed = #{query.codeManaged} - + and DATE_FORMAT(i.created_at,'%Y-%m-%d') =]]> DATE_FORMAT(#{query.createdAtStart},'%Y-%m-%d') and DATE_FORMAT(i.created_at,'%Y-%m-%d') DATE_FORMAT(#{query.createdAtEnd},'%Y-%m-%d') @@ -118,4 +118,4 @@ ORDER BY i.updated_at DESC - + \ No newline at end of file