From 8fe1b4abfffd0cf61984d51085e53ad51e98f5b1 Mon Sep 17 00:00:00 2001 From: linfso Date: Mon, 29 Jul 2024 07:32:28 +0800 Subject: [PATCH] md --- .../src/main/resources/mapper/EmisWarehouseInBatchMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emis-biz/src/main/resources/mapper/EmisWarehouseInBatchMapper.xml b/emis-biz/src/main/resources/mapper/EmisWarehouseInBatchMapper.xml index 009c99ada..1d6260185 100644 --- a/emis-biz/src/main/resources/mapper/EmisWarehouseInBatchMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisWarehouseInBatchMapper.xml @@ -62,7 +62,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" - select id, serial_no, in_no, in_batch_no, customer_code, customer_name, order_sn, bill_code, trans_car_no, entry_date, confirm_status, confirm_date, status, total_parcel_qty, total_volume, total_weight, remark, tenant_id, del_flag, create_by, create_time, update_by, update_time, create_site, update_site from emis_warehouse_in_batch a where a.in_no = #{inNo}