src/main/resources/mapper/WrkDetlLogMapper.xml
@@ -67,6 +67,9 @@ <if test="batch != null and batch != ''"> and a.batch like concat('%',#{batch},'%') </if> <if test="model != null and model != ''"> and a.model like concat('%',#{model},'%') </if> <if test="matnr != null and matnr != ''"> and a.matnr like concat('%',#{matnr},'%') </if>