diff --git a/emis-biz/src/main/resources/mapper/EmisTmsSiteBatchMapper.xml b/emis-biz/src/main/resources/mapper/EmisTmsSiteBatchMapper.xml index da3b38819..baa72b582 100644 --- a/emis-biz/src/main/resources/mapper/EmisTmsSiteBatchMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisTmsSiteBatchMapper.xml @@ -187,7 +187,7 @@ del_flag='0' and id = #{id} - and ( FIND_IN_SET(`batch_no`,#{batchNo}) or batch_no like concat('%', #{batchNo}, '%') ) + and `batch_no`= #{batchNo} and ( batch_name like concat('%', #{batchName}, '%') ) and batch_date = #{batchDate} and trans_line_type=#{transLineType}