src/main/resources/mapper/LocDetlMapper.xml
@@ -94,6 +94,9 @@ <if test="maktx!=null and maktx!='' "> and a.maktx like '%' + #{maktx} + '%' </if> <if test="specs!=null and specs!='' "> and a.specs like '%' + #{specs} + '%' </if> <if test="anfme!=null and anfme!='' "> and a.anfme like '%' + #{anfme} + '%' </if>