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