src/main/resources/mapper/LocDetlMapper.xml @@ -110,7 +110,7 @@ and a.owner = #{owner} </if> <if test="batch !=null and batch!='' "> and a.batch like #{batch} and a.batch like '%' + #{batch} + '%' </if> </sql>