From 0d8ae4bb1c6c583ca057699c12d7bc6551c74591 Mon Sep 17 00:00:00 2001 From: linfso Date: Tue, 17 Jun 2025 14:00:22 +0800 Subject: [PATCH] md --- emis-biz/src/main/resources/mapper/EmisTmsSiteBatchMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emis-biz/src/main/resources/mapper/EmisTmsSiteBatchMapper.xml b/emis-biz/src/main/resources/mapper/EmisTmsSiteBatchMapper.xml index fe6b29134..da3b38819 100644 --- a/emis-biz/src/main/resources/mapper/EmisTmsSiteBatchMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisTmsSiteBatchMapper.xml @@ -112,7 +112,7 @@ del_flag='0' and id = #{id} - and ( FIND_IN_SET(`batch_no`,#{batchNo}) or batch_no like concat('%', #{batchNo}, '%') ) + and FIND_IN_SET(`batch_no`,#{batchNo}) and ( batch_name like concat('%', #{batchName}, '%') ) and batch_date = #{batchDate} and trans_line_type=#{transLineType}