src/main/resources/mapper/LocDetlMapper.xml
@@ -652,14 +652,14 @@ and b.loc_sts = 'F' and a.matnr = #{matnr} <!-- <choose>--> <!-- <when test="batch != null and batch != ''">--> <!-- and a.batch = #{batch}--> <!-- </when>--> <!-- <otherwise>--> <!-- and (a.batch IS NULL OR a.batch = '')--> <!-- </otherwise>--> <!-- </choose>--> <choose> <when test="batch != null and batch != ''"> and a.batch = #{batch} </when> <otherwise> and (a.batch IS NULL OR a.batch = '') </otherwise> </choose> <choose> <when test="owner != null and owner !=0">